A simple implementation of Auth0 that is easy-to-use
- Use the template provided in the
main.pyfile for specific needs. - the
@login_requiredwrapper ensures that the user is authorized, and will fallback to login page if needed.
SECRET_KEY= AUTH0_DOMAIN= AUTH0_CLIENT_ID= AUTH0_CLIENT_SECRET=