There was an error while loading. Please reload this page.
1 parent 2601982 commit e5e20d2Copy full SHA for e5e20d2
01-Login/constants.py
@@ -1,21 +1,11 @@
1
""" Constants file for Auth0's seed project
2
"""
3
-ACCESS_TOKEN_KEY = 'access_token'
4
-API_ID = 'API_ID'
5
-APP_JSON_KEY = 'application/json'
6
AUTH0_CLIENT_ID = 'AUTH0_CLIENT_ID'
7
AUTH0_CLIENT_SECRET = 'AUTH0_CLIENT_SECRET'
8
AUTH0_CALLBACK_URL = 'AUTH0_CALLBACK_URL'
9
AUTH0_DOMAIN = 'AUTH0_DOMAIN'
10
AUTH0_AUDIENCE = 'AUTH0_AUDIENCE'
11
-AUTHORIZATION_CODE_KEY = 'authorization_code'
12
-CLIENT_ID_KEY = 'client_id'
13
-CLIENT_SECRET_KEY = 'client_secret'
14
-CODE_KEY = 'code'
15
-CONTENT_TYPE_KEY = 'content-type'
16
-GRANT_TYPE_KEY = 'grant_type'
17
PROFILE_KEY = 'profile'
18
-REDIRECT_URI_KEY = 'redirect_uri'
19
SECRET_KEY = 'ThisIsTheSecretKey'
20
JWT_PAYLOAD = 'jwt_payload'
21
0 commit comments