.coveragerc
.gitignore
AGENTS.md
CHANGELOG.md
CLAUDE.md
Dockerfile.pqc-test
Dockerfile.test
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
pytest.ini
tox.ini
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/publish-to-pypi.yml
docs/CHANGELOG.md
docs/architecture.md
docs/faq.md
docs/getting-started.md
docs/hooks.py
docs/index.md
docs/requirements.txt
docs/tutorial.md
docs/how-to/allow-anonymous.md
docs/how-to/custom-roles.md
docs/how-to/index.md
docs/how-to/pqc.md
docs/how-to/testing.md
docs/javascripts/extra.js
docs/reference/config.md
docs/reference/exceptions.md
docs/reference/index.md
docs/stylesheets/extra.css
docs/user-guide/index.md
docs/user-guide/role-resolver.md
docs/user-guide/security-context.md
releases/v0.1.0.md
releases/v0.2.0.md
releases/v0.3.0.md
src/pico_client_auth/__init__.py
src/pico_client_auth/_version.py
src/pico_client_auth/config.py
src/pico_client_auth/configurer.py
src/pico_client_auth/decorators.py
src/pico_client_auth/errors.py
src/pico_client_auth/jwks_client.py
src/pico_client_auth/models.py
src/pico_client_auth/pqc_jwt.py
src/pico_client_auth/role_resolver.py
src/pico_client_auth/security_context.py
src/pico_client_auth/token_validator.py
src/pico_client_auth.egg-info/PKG-INFO
src/pico_client_auth.egg-info/SOURCES.txt
src/pico_client_auth.egg-info/dependency_links.txt
src/pico_client_auth.egg-info/entry_points.txt
src/pico_client_auth.egg-info/requires.txt
src/pico_client_auth.egg-info/top_level.txt
tests/conftest.py
tests/test_decorators.py
tests/test_jwks_client.py
tests/test_middleware_e2e.py
tests/test_pqc_jwt.py
tests/test_role_resolver.py
tests/test_security_context.py
tests/test_token_validator.py