- We will be able to see sharks location at the end of the project. :) (I wish)
AUTH0_CLIENT_ID={your_id}
AUTH0_CLIENT_SECRET={your_secret}
AUTH0_DOMAIN={your_domain}
APP_SECRET_KEY= (Generate a string for APP_SECRET_KEY using "openssl rand -hex 32" from your shell.)
mine's are:
Allowed Callback URL's: http://localhost:5000/callback
Allowed Logout URL's: http://localhost:5000/login