.gitignore
.gitlab-ci.yml
LICENSE
README.md
default.nix
pyproject.toml
requirements.txt
runtests.py
setup.cfg
shell.nix
tox.ini
example_site/manage.py
example_site/example/__init__.py
example_site/example/admin.py
example_site/example/apps.py
example_site/example/models.py
example_site/example/tests.py
example_site/example/views.py
example_site/example/migrations/__init__.py
example_site/example/templates/example/base.html
example_site/example/templates/example/home.html
example_site/example/templates/example/protected.html
example_site/example_site/__init__.py
example_site/example_site/asgi.py
example_site/example_site/settings.py
example_site/example_site/urls.py
example_site/example_site/wsgi.py
npins/default.nix
npins/sources.json
src/authens/__init__.py
src/authens/apps.py
src/authens/backends.py
src/authens/conf.py
src/authens/forms.py
src/authens/models.py
src/authens/shortcuts.py
src/authens/signals.py
src/authens/urls.py
src/authens/utils.py
src/authens/views.py
src/authens.egg-info/PKG-INFO
src/authens.egg-info/SOURCES.txt
src/authens.egg-info/dependency_links.txt
src/authens.egg-info/requires.txt
src/authens.egg-info/top_level.txt
src/authens/locale/en/LC_MESSAGES/django.mo
src/authens/locale/en/LC_MESSAGES/django.po
src/authens/migrations/0001_initial.py
src/authens/migrations/0002_old_cas_account.py
src/authens/migrations/__init__.py
src/authens/static/authens/css/authens.css
src/authens/templates/authens/base.html
src/authens/templates/authens/form_field_snippet.html
src/authens/templates/authens/form_full_snippet.html
src/authens/templates/authens/form_snippet.html
src/authens/templates/authens/login_switch.html
src/authens/templates/authens/oldcas_login.html
src/authens/templates/authens/pwd_login.html
src/authens/templates/authens/pwd_reset.html
src/authens/templates/authens/pwd_reset_confirm.html
src/authens/templates/authens/pwd_reset_email.txt
src/authens/templates/authens/pwd_reset_subject.txt
src/authens/tests/__init__.py
src/authens/tests/cas_utils.py
src/authens/tests/test_backend.py
src/authens/tests/test_shortcuts.py
src/authens/tests/test_views.py
tests/settings.py
tests/urls.py