Skip to content

Commit 2074e95

Browse files
hadnazzarkadikraman
authored andcommitted
update google-example (#277)
offline-access parameters results 400 error.
1 parent 4989876 commit 2074e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config-examples/google.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const config = {
77
issuer: 'https://accounts.google.com',
88
clientId: 'GOOGLE_OAUTH_APP_GUID.apps.googleusercontent.com',
99
redirectUrl: 'com.googleusercontent.apps.GOOGLE_OAUTH_APP_GUID:/oauth2redirect/google',
10-
scopes: ['openid', 'profile', 'offline_access']
10+
scopes: ['openid', 'profile']
1111
};
1212

1313
// Log in to get an authentication token

0 commit comments

Comments
 (0)