LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.py
django_uniauth.egg-info/PKG-INFO
django_uniauth.egg-info/SOURCES.txt
django_uniauth.egg-info/dependency_links.txt
django_uniauth.egg-info/requires.txt
django_uniauth.egg-info/top_level.txt
tests/__init__.py
tests/models.py
tests/settings.py
tests/test_backends.py
tests/test_commands.py
tests/test_merge.py
tests/test_models.py
tests/test_simple.py
tests/test_tokens.py
tests/test_utils.py
tests/test_view_utils.py
tests/urls.py
tests/utils.py
uniauth/__init__.py
uniauth/admin.py
uniauth/apps.py
uniauth/backends.py
uniauth/decorators.py
uniauth/forms.py
uniauth/merge.py
uniauth/models.py
uniauth/tokens.py
uniauth/utils.py
uniauth/views.py
uniauth/management/__init__.py
uniauth/management/commands/__init__.py
uniauth/management/commands/add_institution.py
uniauth/management/commands/flush_tmp_users.py
uniauth/management/commands/migrate_cas.py
uniauth/management/commands/migrate_custom.py
uniauth/management/commands/remove_institution.py
uniauth/migrations/0001_initial.py
uniauth/migrations/0002_auto_20190707_2305.py
uniauth/migrations/0003_auto_20221107_2353.py
uniauth/migrations/__init__.py
uniauth/static/uniauth/css/bootstrap.min.css
uniauth/static/uniauth/css/font-awesome.min.css
uniauth/static/uniauth/css/style.css
uniauth/static/uniauth/css/theme.css
uniauth/static/uniauth/fonts/fontawesome-webfont.woff
uniauth/static/uniauth/fonts/fontawesome-webfont.woff2
uniauth/static/uniauth/fonts/glyphicons-halflings-regular.woff
uniauth/static/uniauth/fonts/glyphicons-halflings-regular.woff2
uniauth/static/uniauth/img/favicon.ico
uniauth/static/uniauth/js/bootstrap.min.js
uniauth/static/uniauth/js/jquery-3.1.1.min.js
uniauth/templates/uniauth/base-site.html
uniauth/templates/uniauth/base.html
uniauth/templates/uniauth/link-success.html
uniauth/templates/uniauth/link-to-profile.html
uniauth/templates/uniauth/login.html
uniauth/templates/uniauth/logout.html
uniauth/templates/uniauth/password-reset-done.html
uniauth/templates/uniauth/password-reset-email.html
uniauth/templates/uniauth/password-reset-verify-done.html
uniauth/templates/uniauth/password-reset-verify.html
uniauth/templates/uniauth/password-reset.html
uniauth/templates/uniauth/settings.html
uniauth/templates/uniauth/signup.html
uniauth/templates/uniauth/verification-email.html
uniauth/templates/uniauth/verification-failure.html
uniauth/templates/uniauth/verification-success.html
uniauth/templates/uniauth/verification-waiting.html
uniauth/urls/__init__.py
uniauth/urls/all.py
uniauth/urls/cas_only.py