From 43178990dcea0d6af7c7ae812f9f7ee2af7748b3 Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Fri, 18 Apr 2025 10:12:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc229a..09bb71a 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ For in depth documentation, consult the [LangGraph Next.js API Passthrough](http Custom authentication in your LangGraph deployment is an advanced, and more robust way of authenticating requests to your LangGraph server. Using custom authentication, you can allow requests to be made from the client, without the need for a LangSmith API key. Additionally, you can specify custom access controls on requests. -To set this up in your LangGraph deployment, please read the LangGraph custom authentication docs for [Python](https://langchain-ai.github.io/langgraph/tutorials/auth/getting_started/), and [TypeScript here](https://langchain-ai.github.io/langgraphjs/tutorials/auth/getting_started/). +To set this up in your LangGraph deployment, please read the LangGraph custom authentication docs for [Python](https://langchain-ai.github.io/langgraph/tutorials/auth/getting_started/), and [TypeScript here](https://langchain-ai.github.io/langgraphjs/how-tos/auth/custom_auth/). Once you've set it up on your deployment, you should make the following changes to the Agent Chat UI: