jaychang0917/SimpleAuth

ID Token vs Access Token

Opened this issue · 0 comments

Hi,
I was trying to validate the ID token with my backend server with this method:
https://www.googleapis.com/oauth2/v3/tokeninfo?id_token=XYZ123

But the simple auth Google replaces the ID token with the access token on the method
getAccessToken...
Can you provide another field in the user with original ID Token please?