fix: Update going to prod docs to include custom auth js docs

This commit is contained in:
bracesproul
2025-04-10 13:04:19 -07:00
parent 9a757e1b66
commit 259610ae96

View File

@@ -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: