LICENSE
README.md
manage.py
pyproject.toml
cdt_identity/__init__.py
cdt_identity/admin.py
cdt_identity/apps.py
cdt_identity/claims.py
cdt_identity/client.py
cdt_identity/hooks.py
cdt_identity/models.py
cdt_identity/routes.py
cdt_identity/session.py
cdt_identity/urls.py
cdt_identity/views.py
cdt_identity/migrations/0001_initial.py
cdt_identity/migrations/__init__.py
django_cdt_identity.egg-info/PKG-INFO
django_cdt_identity.egg-info/SOURCES.txt
django_cdt_identity.egg-info/dependency_links.txt
django_cdt_identity.egg-info/requires.txt
django_cdt_identity.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/settings.py
tests/test_claims.py
tests/test_client.py
tests/test_hooks.py
tests/test_models.py
tests/test_session.py
tests/test_urls.py
tests/test_version.py
tests/test_views.py
tests/urls.py
tests/app/__init__.py
tests/app/apps.py
tests/app/urls.py