From 259610ae968241f7947b76e7aa57e2b8af4b9322 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Thu, 10 Apr 2025 13:04:19 -0700 Subject: [PATCH 1/2] fix: Update going to prod docs to include custom auth js docs --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a5b2003..5bc229a 100644 --- a/README.md +++ b/README.md @@ -158,12 +158,9 @@ For in depth documentation, consult the [LangGraph Next.js API Passthrough](http ### Advanced Setup - Custom Authentication -> [!WARNING] -> At the moment, this feature is only available in Python LangGraph deployments, but will be available to TypeScript deployments soon. - 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](https://langchain-ai.github.io/langgraph/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/tutorials/auth/getting_started/). Once you've set it up on your deployment, you should make the following changes to the Agent Chat UI: From 43178990dcea0d6af7c7ae812f9f7ee2af7748b3 Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Fri, 18 Apr 2025 10:12:54 -0700 Subject: [PATCH 2/2] 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: