Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
6.76k stars 878 forks source link

Error 400: redirect_uri_mismatch #400

Closed yaacine closed 1 year ago

yaacine commented 1 year ago

I'm unable to login using my google account. Please note that all the users were previously able to login without any issue. I just got this error today when trying to login.

I have self-hosted this app and linked it to a project in https://cloud.chainlit.io/

image

willydouhard commented 1 year ago

We released yesterday chainlit 0.7.0 which completely changes how auth works. Migration guide available here.

Long story short chainlit app authentication is now completely decoupled from chainlit cloud. You will be able to directly use your own google oauth app to authenticate users and have complete control over it.

Full authentication documentation here. Data persistence also changed but is really easy to setup, documentation here.