LICENSE
MANIFEST.in
README.md
pyproject.toml
src/capauth/__init__.py
src/capauth/agent_identity.py
src/capauth/apps.py
src/capauth/authz.py
src/capauth/cli.py
src/capauth/custody.py
src/capauth/did.py
src/capauth/exceptions.py
src/capauth/identity.py
src/capauth/integration.py
src/capauth/key_transparency.py
src/capauth/login.py
src/capauth/manifest.py
src/capauth/mesh.py
src/capauth/models.py
src/capauth/pma.py
src/capauth/pqc_confidentiality.py
src/capauth/pqc_identity.py
src/capauth/pqc_root_identity.py
src/capauth/profile.py
src/capauth/provisioning.py
src/capauth/registry.py
src/capauth/seal.py
src/capauth/sync.py
src/capauth/tokens.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/crypto/sequoia_backend.py
src/capauth/crypto/skpgp_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/discovery/syncthing.py
src/capauth/integrations/__init__.py
src/capauth/integrations/forgejo/__init__.py
src/capauth/integrations/forgejo/auth_flow.py
src/capauth/integrations/forgejo/cli.py
src/capauth/integrations/forgejo/config.py
src/capauth/integrations/forgejo/forgejo_api.py
src/capauth/integrations/forgejo/oidc_provider.py
src/capauth/integrations/forgejo/tests/__init__.py
src/capauth/integrations/forgejo/tests/test_auth_flow.py
src/capauth/integrations/forgejo/tests/test_cli.py
src/capauth/integrations/forgejo/tests/test_config.py
src/capauth/integrations/forgejo/tests/test_forgejo_api.py
src/capauth/integrations/forgejo/tests/test_oidc_provider.py
src/capauth/integrations/nextcloud/tests/oidc/oidc_e2e_login_test.py
src/capauth/migrations/0001_initial.py
src/capauth/migrations/0002_widen_fingerprint_to_64.py
src/capauth/migrations/__init__.py
src/capauth/pairing/__init__.py
src/capauth/pairing/kernel.py
src/capauth/pairing/records.py
src/capauth/pairing/store.py
src/capauth/pairing/window.py
src/capauth/service/__init__.py
src/capauth/service/app.py
src/capauth/service/bunker.py
src/capauth/service/bunker_e2e.py
src/capauth/service/keystore.py
src/capauth/service/push.py
src/capauth/service/server.py
src/capauth/service/oidc/__init__.py
src/capauth/service/oidc/clients.py
src/capauth/service/oidc/passkey.py
src/capauth/service/oidc/provider.py
src/capauth/service/oidc/signing_key.py
src/capauth/service/oidc/store.py
src/capauth/trust/__init__.py
src/capauth/trust/calibration.py
src/capauth/trust/graph.py
tests/__init__.py
tests/conftest.py
tests/test_agent_identity.py
tests/test_audience_mint_helper.py
tests/test_audience_tokens.py
tests/test_authz.py
tests/test_backup_restore.py
tests/test_bunker.py
tests/test_bunker_e2e.py
tests/test_capauth_service_deploy.py
tests/test_claims_mapper.py
tests/test_crypto.py
tests/test_custody.py
tests/test_did_capability_relationships.py
tests/test_fingerprint_v6.py
tests/test_forgejo_preflight.py
tests/test_home_resolution.py
tests/test_identity.py
tests/test_identity_ttl.py
tests/test_integration.py
tests/test_key_revocation_expiry.py
tests/test_key_transparency.py
tests/test_login.py
tests/test_manifest.py
tests/test_mesh.py
tests/test_models_pqc_q0.py
tests/test_nextcloud_app.py
tests/test_no_subapp_dependency.py
tests/test_nonce_store.py
tests/test_oidc_idp.py
tests/test_oidc_idp_e2e.py
tests/test_pairing.py
tests/test_passkey.py
tests/test_pma.py
tests/test_pqc_confidentiality.py
tests/test_pqc_identity.py
tests/test_pqc_root_integration.py
tests/test_pqc_t3_gate.py
tests/test_profile.py
tests/test_provisioning.py
tests/test_push.py
tests/test_py313_compat.py
tests/test_qr_login.py
tests/test_real_pgp_e2e.py
tests/test_register_cli.py
tests/test_registry.py
tests/test_seal.py
tests/test_sequoia_backend.py
tests/test_service.py
tests/test_service_authz_decide.py
tests/test_service_v6_fingerprint.py
tests/test_skpgp_backend.py
tests/test_syncthing_discovery.py
tests/test_tokens.py
tests/test_trust_calibration.py
tests/test_trust_graph.py
tests/test_verifier.py
tests/test_zk_profile.py