.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/django_auth0_auth.rst
docs/reference/index.rst
src/django_auth0_user/__init__.py
src/django_auth0_user/admin.py
src/django_auth0_user/apps.py
src/django_auth0_user/auth0_api.py
src/django_auth0_user/backend.py
src/django_auth0_user/clean.py
src/django_auth0_user/models.py
src/django_auth0_user/permission_checks.py
src/django_auth0_user/utils.py
src/django_auth0_user/validators.py
src/django_auth0_user.egg-info/PKG-INFO
src/django_auth0_user.egg-info/SOURCES.txt
src/django_auth0_user.egg-info/dependency_links.txt
src/django_auth0_user.egg-info/not-zip-safe
src/django_auth0_user.egg-info/requires.txt
src/django_auth0_user.egg-info/top_level.txt
src/django_auth0_user/migrations/0001_initial.py
src/django_auth0_user/migrations/__init__.py
src/django_auth0_user/pipeline/__init__.py
src/django_auth0_user/pipeline/user.py
tests/.env
tests/settings.py
tests/test_django_auth0_auth.py
tests/test_models.py
tests/test_views.py
tests/urls.py
tests/utils/__init__.py
tests/utils/auth0.py
tests/utils/django.py
tests/utils/fixtures.py