We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b5ad1e + 59e35e9 commit 79b9846Copy full SHA for 79b9846
1 file changed
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