Skip to content

Commit

Permalink
Merge pull request #303 from jbradenbrown/patch-1
Browse files Browse the repository at this point in the history
Add scopes documentation to auth0 example
  • Loading branch information
yuvipanda committed Nov 19, 2019
2 parents c61b0e9 + 673a3a1 commit c8194a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oauthenticator/auth0.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
c.Auth0OAuthenticator.client_id = 'YOUR_CLIENT_ID'
c.Auth0OAuthenticator.client_secret = 'YOUR_CLIENT_SECRET'
c.Auth0OAuthenticator.oauth_callback_url = 'YOUR_CALLBACK_URL'
c.Auth0OAuthenticator.scope = ['openid','profile','email']
If you are using the environment variable config, all you should need to
do is define them in the environment then add the following line to
Expand Down

0 comments on commit c8194a0

Please sign in to comment.