turian / auth0-simple-django

Simple demonstration of auth0 authentication with Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auth0-simple-django

Simple demonstration of auth0 authentication with Django.

NOTE: We should use signals for token refresh.

pip install -r requirements.txt

Then:

cd auth0_integration

python manage.py migrate

Copy .env.tmpl to .env and edit it.

Configure auth0. Allowed Callback URLs:

http://localhost:8863/callback

Allowed Logout URLs:

http://localhost:8863/
python manage.py runserver localhost:8863

Visit: https://localhost:8863

About

Simple demonstration of auth0 authentication with Django.

License:Apache License 2.0


Languages

Language:Python 100.0%