Skip to content

Commit c8bd992

Browse files
authored
1 parent e1a1c76 commit c8bd992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/langchain-agent-auth.mdx renamed to src/oss/langchain-agent-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ auth_result = await client.authenticate(
7777

7878
During execution, if authentication is required, the SDK will throw an [interrupt](https://langchain-ai.github.io/langgraph/how-tos/human_in_the_loop/add-human-in-the-loop/#pause-using-interrupt). The agent execution pauses and presents the OAuth URL to the user:
7979

80-
![LangGraph Studio interrupt showing OAuth URL](./images/langgraph-auth-interrupt.png)
80+
![LangGraph Studio interrupt showing OAuth URL](../../images/langgraph-auth-interrupt.png)
8181

8282
After the user completes OAuth authentication and we receive the callback from the provider, they will see the auth success page.
8383

84-
![GitHub OAuth success page](./images/github-auth-success.png)
84+
![GitHub OAuth success page](../../images/github-auth-success.png)
8585

8686
The agent then resumes execution from the point it left off at, and the token can be used for any API calls. We store and refresh OAuth tokens so that future uses of the service by either the user or agent do not require an OAuth flow.
8787

0 commit comments

Comments
 (0)