Best Flask open-source libraries and packages

Labs auth0 with python

Playing around with Auth0 and Python.
Updated 7 years ago

README

Playing around with Auth0 and Python.

To run it use:

$ FLASK_DEBUG="1" \
    AUTH0_HOST="USERNAME.auth0.com" \
    AUTH0_CLIENT_ID="..." \
    AUTH0_CLIENT_SECRET="..." \
    python src/application.py