Skip to content
Discussion options

You must be logged in to vote

The v4 Google provider will use the OIDC well known configuration and thus return you the ID token.

See the code here https://github.com/nextauthjs/next-auth/blob/beta/src/providers/google.ts

keep in mind that you should use the access token for API requests, not the ID token.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@agusterodin
Comment options

@balazsorban44
Comment options

@agusterodin
Comment options

@balazsorban44
Comment options

Answer selected by agusterodin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants