mirror of
https://github.com/langchain-ai/langchain-extract.git
synced 2026-07-01 20:24:03 -04:00
[Feature] Security support with SSO #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sudhanshu746 on GitHub (Mar 27, 2024).
Thanks for the great work! I've been working on structured extraction projects and am excited about langchain's open source offerings on this.
I would like to host the Langchain's extraction service with Active directory SSO access (next-auth.js) and API access
I'm happy to contribute with development efforts.
Support for
@eyurtsev commented on GitHub (Mar 27, 2024):
We'll need to investigate! I personally haven't implemented SSO in the past, so there are a few basic details I don't know -- and would need to try and set up next-auth.js.
Let me know if you have any thoughts, if you end up setting up auth in a fork, please let us know -- i'll take a look at the code would be interesting to see :)
@sudhanshu746 commented on GitHub (Mar 28, 2024):
@eyurtsev
sure, I'm happy to contribute. will make changes in a fork and attach PR.