.coveragerc
AGENTS.md
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
mkdocs.yml
pyproject.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.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/skills.md
docs/troubleshooting.md
docs/how-to/custom-challenge-store.md
docs/how-to/embed-in-app.md
docs/how-to/index.md
docs/how-to/standalone.md
docs/how-to/testing.md
docs/javascripts/extra.js
docs/reference/config.md
docs/reference/endpoints.md
docs/reference/index.md
docs/stylesheets/extra.css
docs/user-guide/index.md
docs/user-guide/jwks.md
docs/user-guide/password-auth.md
docs/user-guide/wallet-auth.md
examples/embedded_app.py
examples/standalone_auth.py
examples/wallet_login.py
src/pico_server_auth/__init__.py
src/pico_server_auth/_version.py
src/pico_server_auth/challenge_store.py
src/pico_server_auth/config.py
src/pico_server_auth/controllers.py
src/pico_server_auth/fleet_controller.py
src/pico_server_auth/mint_audit_store.py
src/pico_server_auth/py.typed
src/pico_server_auth/revocation_store.py
src/pico_server_auth/token_issuer.py
src/pico_server_auth/wallet_verifier.py
src/pico_server_auth.egg-info/PKG-INFO
src/pico_server_auth.egg-info/SOURCES.txt
src/pico_server_auth.egg-info/dependency_links.txt
src/pico_server_auth.egg-info/entry_points.txt
src/pico_server_auth.egg-info/requires.txt
src/pico_server_auth.egg-info/top_level.txt
test/Dockerfile.dev
tests/__init__.py
tests/conftest.py
tests/test_challenge_store.py
tests/test_controllers.py
tests/test_token_issuer.py
tests/test_wallet_verifier.py