Skip to content

Commit 0daba95

Browse files
authored
Merge pull request #87 from abhibansal60/patch-1
Fixed the errors in app.py
2 parents 09b3275 + e2db1bd commit 0daba95

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

flask-google-oauth2/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
authorize_params=None,
3232
api_base_url='https://www.googleapis.com/oauth2/v1/',
3333
userinfo_endpoint='https://openidconnect.googleapis.com/v1/userinfo', # This is only needed if using openId to fetch user info
34-
client_kwargs={'scope': 'openid email profile'},
34+
client_kwargs={'scope': 'email profile'},
35+
server_metadata_url='https://accounts.google.com/.well-known/openid-configuration'
3536
)
3637

3738

0 commit comments

Comments
 (0)