-
-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change token in session #653
Comments
Does this answer your question? authlib/docs/client/frameworks.rst Lines 261 to 298 in 0ad753c
Not having a single source of truth will make handling the token, especially its lifecycle management, very hard, unless you make that session a global variable, which is an equally bad practice. |
Thanks for the answer! I'm using only gitlab oauth2. This is a simple application that should create reports for the user. |
Hello!
I don't need to add a token to the store.
I want to set the updated token in request.session.
Is it possible?
I use this demo https://github.com/authlib/demo-oauth-client/blob/master/fastapi-twitter-login/app.py
The text was updated successfully, but these errors were encountered: