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
I use the "passport-google-oauth20" package and I have set the credentials I need and the redirect callback.
Everything works fine, in the callback handler I do receive the tokens and the profile as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I use the "passport-google-oauth20" package and I have set the credentials I need and the redirect callback.
Everything works fine, in the callback handler I do receive the tokens and the profile as well.
One thing I cannot understand - do I need to do an another step manually?
I mean, in further steps of using this package, should I follow this guideline which guides the developers to locally verifying the user token?:
https://developers.google.com/identity/sign-in/web/backend-auth#using-a-google-api-client-library
Or, it is implemented out-of-the-box?
All reactions