langchain-ai / langchain-extract

🦜⛏️ Did you say you like data?
https://extract.langchain.com/
MIT License
1.03k stars 107 forks source link

[Feature] Security support with SSO #117

Open sudhanshu746 opened 6 months ago

sudhanshu746 commented 6 months ago

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 6 months ago

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 6 months ago

@eyurtsev sure, I'm happy to contribute. will make changes in a fork and attach PR.