[PR #1471] [MERGED] fix(api): make meta routes unauthed #1485

Closed
opened 2026-02-15 20:15:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1471
Author: @lc-arjun
Created: 7/30/2025
Status: Merged
Merged: 7/30/2025
Merged by: @dqbd

Base: mainHead: arjun/fix_meta_routes_auth


📝 Commits (3)

📊 Changes

3 files changed (+16 additions, -0 deletions)

View changed files

.changeset/new-squids-strive.md (+5 -0)
📝 libs/langgraph-api/src/auth/custom.mts (+3 -0)
📝 libs/langgraph-api/tests/auth.test.mts (+8 -0)

📄 Description

Fixes # (issue)
In Python implementation meta routes are excluded from auth, they should be here as well


🔄 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/langgraphjs/pull/1471 **Author:** [@lc-arjun](https://github.com/lc-arjun) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 7/30/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `arjun/fix_meta_routes_auth` --- ### 📝 Commits (3) - [`aba5e1c`](https://github.com/langchain-ai/langgraphjs/commit/aba5e1c577324d7a06c695e80cab9fd0b91c6bba) fix(api): make meta routes unauthed - [`0da548f`](https://github.com/langchain-ai/langgraphjs/commit/0da548fd46bb0668800fd432ef9ecec8f9db8d15) changeset - [`b3d085f`](https://github.com/langchain-ai/langgraphjs/commit/b3d085fda54fb2e81150e35e86e595fc82804d53) Still allow HTTP overriding info ### 📊 Changes **3 files changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/new-squids-strive.md` (+5 -0) 📝 `libs/langgraph-api/src/auth/custom.mts` (+3 -0) 📝 `libs/langgraph-api/tests/auth.test.mts` (+8 -0) </details> ### 📄 Description <!-- Thank you for contributing to LangGraph.js! Your PR will appear in our next release under the title you set above. Please make sure it highlights your valuable contribution. To help streamline the review process, please make sure you read our contribution guidelines: https://github.com/langchain-ai/langgraphjs/blob/main/CONTRIBUTING.md Replace this block with a description of the change, the issue it fixes (if applicable), and relevant context. Finally, we'd love to show appreciation for your contribution - if you'd like us to shout you out on Twitter, please also include your handle below! --> <!-- Remove if not applicable --> Fixes # (issue) In Python implementation `meta` routes are excluded from auth, they should be here as well --- <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-15 20:15:56 -05:00
yindo closed this issue 2026-02-15 20:15:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1485