Skip to content

Commit 72d92a5

Browse files
authored
Merge pull request #106 from langchain-ai/brace/add-ts-auth-docs
fix: Update going to prod docs to include custom auth js docs
2 parents 936d8a4 + 4317899 commit 72d92a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,9 @@ For in depth documentation, consult the [LangGraph Next.js API Passthrough](http
158158

159159
### Advanced Setup - Custom Authentication
160160

161-
> [!WARNING]
162-
> At the moment, this feature is only available in Python LangGraph deployments, but will be available to TypeScript deployments soon.
163-
164161
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.
165162

166-
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/).
163+
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/).
167164

168165
Once you've set it up on your deployment, you should make the following changes to the Agent Chat UI:
169166

0 commit comments

Comments
 (0)