.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
pyproject.toml
ruff.toml
uv.lock
.github/workflows/ci.yaml
.github/workflows/release.yaml
scripts/setup_uv.sh
src/apron_auth/__init__.py
src/apron_auth/client.py
src/apron_auth/errors.py
src/apron_auth/models.py
src/apron_auth/pkce.py
src/apron_auth/protocols.py
src/apron_auth/py.typed
src/apron_auth/scopes.py
src/apron_auth/stores.py
src/apron_auth.egg-info/PKG-INFO
src/apron_auth.egg-info/SOURCES.txt
src/apron_auth.egg-info/dependency_links.txt
src/apron_auth.egg-info/requires.txt
src/apron_auth.egg-info/top_level.txt
src/apron_auth/providers/__init__.py
src/apron_auth/providers/_host_match.py
src/apron_auth/providers/_identity_registry.py
src/apron_auth/providers/atlassian.py
src/apron_auth/providers/github.py
src/apron_auth/providers/google.py
src/apron_auth/providers/hubspot.py
src/apron_auth/providers/identity.py
src/apron_auth/providers/linear.py
src/apron_auth/providers/microsoft.py
src/apron_auth/providers/notion.py
src/apron_auth/providers/salesforce.py
src/apron_auth/providers/slack.py
src/apron_auth/providers/typeform.py
tests/conftest.py
tests/test_client.py
tests/test_end_to_end.py
tests/test_errors.py
tests/test_models.py
tests/test_pkce.py
tests/test_protocols.py
tests/test_scopes.py
tests/test_stores.py
tests/integration/__init__.py
tests/integration/test_atlassian.py
tests/integration/test_github.py
tests/integration/test_google.py
tests/integration/test_linear.py
tests/integration/test_microsoft.py
tests/integration/test_salesforce.py
tests/integration/test_slack.py
tests/providers/__init__.py
tests/providers/test_atlassian.py
tests/providers/test_disconnect_fully_revokes.py
tests/providers/test_github.py
tests/providers/test_google.py
tests/providers/test_host_match.py
tests/providers/test_hubspot.py
tests/providers/test_identity_registry.py
tests/providers/test_linear.py
tests/providers/test_microsoft.py
tests/providers/test_notion.py
tests/providers/test_salesforce.py
tests/providers/test_scope_metadata_invariant.py
tests/providers/test_slack.py
tests/providers/test_typeform.py