We grant access and return token to the user (the one that has been saved in DB)
How to enrich it with more info?
I am using also simple JWT with increased payload and would like to have the same JWT payload when returned for users registered with Google OAuth2 and with e-mail via my server.
stack question with more info
Thank you
We grant access and return token to the user (the one that has been saved in DB)
How to enrich it with more info?
I am using also simple JWT with increased payload and would like to have the same JWT payload when returned for users registered with Google OAuth2 and with e-mail via my server.
stack question with more info
Thank you