You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
It would be really helpful if you could add id_token to the session info.
We are using it in django admin to access other authorised services outside the django server using the token.
To access it in my app I added the following line to process_login: user_info['id_token'] = token_info.get('id_token')
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Really cool library, helped me out a lot!
It would be really helpful if you could add id_token to the session info.
We are using it in django admin to access other authorised services outside the django server using the token.
To access it in my app I added the following line to process_login:
user_info['id_token'] = token_info.get('id_token')
Thanks!
The text was updated successfully, but these errors were encountered: