We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda679a commit d993e01Copy full SHA for d993e01
docs/schemes/oauth2.md
@@ -10,7 +10,7 @@
10
auth: {
11
strategies: {
12
social: {
13
- _scheme: 'oauth2'
+ _scheme: 'oauth2',
14
authorization_endpoint: 'https://accounts.google.com/o/oauth2/auth',
15
userinfo_endpoint: 'https://www.googleapis.com/oauth2/v3/userinfo',
16
scope: ['openid', 'profile', 'email'],
0 commit comments