vemonet / libre-chat

🦙 Free and Open Source Large Language Model (LLM) chatbot web UI and API. Self-hosted, offline capable and easy to setup. Powered by LangChain.
https://vemonet.github.io/libre-chat
MIT License
134 stars 17 forks source link

Plug for OAuth #5

Open djha-skin opened 1 year ago

djha-skin commented 1 year ago

Describe the feature

I would deploy this in a heartbeat if it had OAuth. That way I could self-host this for my company.

An idea of implementation

No response

Additional context

No response

vemonet commented 10 months ago

Hi @djhaskin987 , indeed that would be a nice feature!

I never implemented directly OAuth, but already did it for OpenID Connect, which is really close (OIDC just does not need a secret, only the client ID is enough for performing authentication)

What will be required for you to provide OAuth?