WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.49k stars 325 forks source link

Oauth2 Auth #204

Open menardorama opened 1 year ago

menardorama commented 1 year ago

It would be great to have the ability to use oauth2 to connect on chatgpt-ui.

Tried to set up on django admin interface in social accounts but it seems that the account is only configured for local accounts.

Thanks