[PR #2815] [MERGED] docs: warn that @auth.on filter fields must be left unencrypted #2912

Closed
opened 2026-06-05 18:20:22 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2815
Author: @cwlbraa
Created: 2/25/2026
Status: Merged
Merged: 2/26/2026
Merged by: @hinthornw

Base: mainHead: cwlbraa/encryption-auth-filter-warning


📝 Commits (2)

  • 0a78349 docs: warn that @auth.on filter fields must be left unencrypted
  • 58766cd Update src/langsmith/encryption.mdx

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 src/langsmith/encryption.mdx (+2 -1)

📄 Description

Adds a callout in the custom encryption docs noting that fields used as auth filters must stay unencrypted — otherwise the stored encrypted value won't match the plaintext filter and auth isolation silently breaks. LangGraph Server (as of 0.7.57) will return a 422 at write time if it detects this.


🔄 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/2815 **Author:** [@cwlbraa](https://github.com/cwlbraa) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 2/26/2026 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `cwlbraa/encryption-auth-filter-warning` --- ### 📝 Commits (2) - [`0a78349`](https://github.com/langchain-ai/docs/commit/0a783495ce3ca3e7fee70343e728fa64589f3047) docs: warn that @auth.on filter fields must be left unencrypted - [`58766cd`](https://github.com/langchain-ai/docs/commit/58766cd96b57492864f39b6c2f60d67302ab732e) Update src/langsmith/encryption.mdx ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/encryption.mdx` (+2 -1) </details> ### 📄 Description Adds a callout in the custom encryption docs noting that fields used as auth filters must stay unencrypted — otherwise the stored encrypted value won't match the plaintext filter and auth isolation silently breaks. LangGraph Server (as of 0.7.57) will return a 422 at write time if it detects this. --- <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-06-05 18:20:22 -04:00
yindo closed this issue 2026-06-05 18:20:22 -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#2912