Skip to content

Commit 79b9846

Browse files
authored
Merge pull request auth0-samples#49 from mathiasconradt/master
add email scope to auth request
2 parents 6b5ad1e + 59e35e9 commit 79b9846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-Login/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def handle_auth_error(ex):
5252
access_token_url=AUTH0_BASE_URL + '/oauth/token',
5353
authorize_url=AUTH0_BASE_URL + '/authorize',
5454
client_kwargs={
55-
'scope': 'openid profile',
55+
'scope': 'openid profile email',
5656
},
5757
)
5858

0 commit comments

Comments
 (0)