[PR #2127] [MERGED] feat(agent-auth): enhance documentation with multi-language support #2158

Closed
opened 2026-02-17 17:23:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2127
Author: @vishnu-ssuresh
Created: 1/7/2026
Status: Merged
Merged: 1/12/2026
Merged by: @vishnu-ssuresh

Base: mainHead: vishnu/agent-auth-v.0.2.0


📝 Commits (3)

  • d42141b feat(agent-auth): enhance documentation with multi-language support and troubleshooting tips
  • 59567f7 docs(agent-auth): remove outdated section on OAuth token retrieval
  • 257da51 docs(agent-auth): update image syntax to use Frame component for OAuth flow illustrations

📊 Changes

1 file changed (+144 additions, -25 deletions)

View changed files

📝 src/langsmith/agent-auth.mdx (+144 -25)

📄 Description

Overview

Adds JavaScript/TypeScript code examples throughout the Agent Auth documentation, alongside existing Python examples. Also adds a troubleshooting section for common self-hosted deployment issues.

Type of change

Type: Update existing documentation

Related issues/PRs

  • GitHub issue:

  • Feature PR:

  • Linear issue:

  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

  • Added <Tabs> components for Python/JavaScript language switching in installation, client initialization, OAuth provider setup, and authentication flow sections
  • Added self-hosted configuration examples (environment variable and explicit config for both languages)
  • Added troubleshooting section covering 405 errors and callback URL issues

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2127 **Author:** [@vishnu-ssuresh](https://github.com/vishnu-ssuresh) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@vishnu-ssuresh](https://github.com/vishnu-ssuresh) **Base:** `main` ← **Head:** `vishnu/agent-auth-v.0.2.0` --- ### 📝 Commits (3) - [`d42141b`](https://github.com/langchain-ai/docs/commit/d42141b7bbc2385ce1aceea65711174708efa352) feat(agent-auth): enhance documentation with multi-language support and troubleshooting tips - [`59567f7`](https://github.com/langchain-ai/docs/commit/59567f781259b3f825d7c27c4a93a3b396898242) docs(agent-auth): remove outdated section on OAuth token retrieval - [`257da51`](https://github.com/langchain-ai/docs/commit/257da51154d2cdd2d306ea38975867abe8b7bea1) docs(agent-auth): update image syntax to use Frame component for OAuth flow illustrations ### 📊 Changes **1 file changed** (+144 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/agent-auth.mdx` (+144 -25) </details> ### 📄 Description ## Overview Adds JavaScript/TypeScript code examples throughout the Agent Auth documentation, alongside existing Python examples. Also adds a troubleshooting section for common self-hosted deployment issues. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - GitHub issue: - Feature PR: - Linear issue: - Slack thread: ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes - Added `<Tabs>` components for Python/JavaScript language switching in installation, client initialization, OAuth provider setup, and authentication flow sections - Added self-hosted configuration examples (environment variable and explicit config for both languages) - Added troubleshooting section covering 405 errors and callback URL issues --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:07 -05:00
yindo closed this issue 2026-02-17 17:23:07 -05:00
yindo changed title from [PR #2127] feat(agent-auth): enhance documentation with multi-language support to [PR #2127] [MERGED] feat(agent-auth): enhance documentation with multi-language support 2026-06-05 18:16:58 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2158