There was an error while loading. Please reload this page.
2 parents 6b5ad1e + 59e35e9 commit 79b9846Copy full SHA for 79b9846
01-Login/server.py
@@ -52,7 +52,7 @@ def handle_auth_error(ex):
52
access_token_url=AUTH0_BASE_URL + '/oauth/token',
53
authorize_url=AUTH0_BASE_URL + '/authorize',
54
client_kwargs={
55
- 'scope': 'openid profile',
+ 'scope': 'openid profile email',
56
},
57
)
58
0 commit comments