We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, I have some trouble with google login. After login token is false, user is empty, state have only strategy value.
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54", "nuxt": "^2.15.8",
google: { scheme: 'oauth2', endpoints: { authorization: 'https://accounts.google.com/o/oauth2/auth', token: 'https://oauth2.googleapis.com/token', userInfo: 'https://www.googleapis.com/oauth2/v3/userinfo' }, codeChallengeMethod: '', responseType: 'token id_token', clientId: 'CLIENT ID' redirectUri: 'http://localhost:3000', scope: ['https://www.googleapis.com/auth/userinfo.profile', 'https://www.googleapis.com/auth/userinfo.email'] } }
What im doing wrong?
The text was updated successfully, but these errors were encountered:
Do remove port :3000 from google cloud
Sorry, something went wrong.
You mean from authorized URIs?
It's not help at all.
No branches or pull requests
Hey, I have some trouble with google login.
After login token is false, user is empty, state have only strategy value.
What im doing wrong?
The text was updated successfully, but these errors were encountered: