-
Hey everyone, thanks for this library! Does anyone know how to get user info after authenticating? Such as their username? I set the .env |
Beta Was this translation helpful? Give feedback.
Answered by
dnplus
Jun 25, 2024
Replies: 1 comment
-
The token object has key id_token, it's a JWT and contains user information |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dnplus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The token object has key id_token, it's a JWT and contains user information