LICENSE
MANIFEST.in
README.md
pyproject.toml
src/capauth/__init__.py
src/capauth/apps.py
src/capauth/cli.py
src/capauth/did.py
src/capauth/exceptions.py
src/capauth/identity.py
src/capauth/login.py
src/capauth/mesh.py
src/capauth/models.py
src/capauth/pma.py
src/capauth/profile.py
src/capauth/registry.py
src/capauth.egg-info/PKG-INFO
src/capauth.egg-info/SOURCES.txt
src/capauth.egg-info/dependency_links.txt
src/capauth.egg-info/entry_points.txt
src/capauth.egg-info/requires.txt
src/capauth.egg-info/top_level.txt
src/capauth/authentik/__init__.py
src/capauth/authentik/api.py
src/capauth/authentik/claims_mapper.py
src/capauth/authentik/nonce_store.py
src/capauth/authentik/stage.py
src/capauth/authentik/urls.py
src/capauth/authentik/verifier.py
src/capauth/crypto/__init__.py
src/capauth/crypto/base.py
src/capauth/crypto/gnupg_backend.py
src/capauth/crypto/pgpy_backend.py
src/capauth/discovery/__init__.py
src/capauth/discovery/base.py
src/capauth/discovery/file_discovery.py
src/capauth/discovery/mdns.py
src/capauth/migrations/0001_initial.py
src/capauth/migrations/__init__.py
src/capauth/service/__init__.py
src/capauth/service/app.py
src/capauth/service/keystore.py
src/capauth/service/server.py
tests/__init__.py
tests/conftest.py
tests/test_claims_mapper.py
tests/test_crypto.py
tests/test_identity.py
tests/test_login.py
tests/test_mesh.py
tests/test_nextcloud_app.py
tests/test_nonce_store.py
tests/test_pma.py
tests/test_profile.py
tests/test_qr_login.py
tests/test_real_pgp_e2e.py
tests/test_register_cli.py
tests/test_registry.py
tests/test_service.py
tests/test_verifier.py