We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee7df42 + 84827c4 commit b36b9f0Copy full SHA for b36b9f0
01-Login/server.py
@@ -27,8 +27,6 @@
27
AUTH0_DOMAIN = env.get(constants.AUTH0_DOMAIN)
28
AUTH0_BASE_URL = 'https://' + AUTH0_DOMAIN
29
AUTH0_AUDIENCE = env.get(constants.AUTH0_AUDIENCE)
30
-if AUTH0_AUDIENCE is '':
31
- AUTH0_AUDIENCE = AUTH0_BASE_URL + '/userinfo'
32
33
app = Flask(__name__, static_url_path='/public', static_folder='./public')
34
app.secret_key = constants.SECRET_KEY
0 commit comments