.coveragerc
AGENTS.md
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
application.yaml
mkdocs.yml
pyproject.toml
tox.ini
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/publish-to-pypi.yml
docs/CHANGELOG.md
docs/api-endpoints.md
docs/api-reference.md
docs/architecture.md
docs/auth-flow.md
docs/configuration.md
docs/ecosystem.md
docs/faq.md
docs/getting-started.md
docs/hooks.py
docs/index.md
docs/requirements.txt
docs/skills.md
docs/javascripts/extra.js
docs/stylesheets/extra.css
pico_auth/__init__.py
pico_auth/_version.py
pico_auth/config.py
pico_auth/errors.py
pico_auth/jwt_provider.py
pico_auth/local_auth_configurer.py
pico_auth/local_jwks_provider.py
pico_auth/main.py
pico_auth/models.py
pico_auth/passwords.py
pico_auth/repository.py
pico_auth/routes.py
pico_auth/schema.py
pico_auth/service.py
pico_auth.egg-info/PKG-INFO
pico_auth.egg-info/SOURCES.txt
pico_auth.egg-info/dependency_links.txt
pico_auth.egg-info/requires.txt
pico_auth.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_auth_e2e.py
tests/test_coverage_gaps.py