.editorconfig
.gitignore
Dockerfile
LICENSE
README.md
example.env
mkdocs.yml
pyproject.toml
setup.py
.github/dependabot.yml
.github/workflows/alpha-osf-deploy.yml
.github/workflows/dev-osf-deploy.yaml
.github/workflows/prod-osf-deploy.yaml
.github/workflows/publish.yml
.github/workflows/test.yml
athena_api.egg-info/PKG-INFO
athena_api.egg-info/SOURCES.txt
athena_api.egg-info/dependency_links.txt
athena_api.egg-info/requires.txt
athena_api.egg-info/top_level.txt
docs/index.md
docs/introduction.md
docs/getting_started/installation.md
docs/getting_started/quickstart.md
docs/scripts/gen_ref_pages.py
resources/jwks.json
resources/opa-compose.yaml
resources/private_key.pem
resources/public_key.pem
resources/policies/melt-key.rego
scripts/db-inspector.py
scripts/generate_keys.py
scripts/generate_token.py
scripts/migration-v1-to-v2.py
tauth/__init__.py
tauth/__main__.py
tauth/app.py
tauth/settings.py
tauth/authn/__init__.py
tauth/authn/auth0_dyn.py
tauth/authn/routes.py
tauth/authn/tauth_api_key.py
tauth/authn/jwt/__init__.py
tauth/authn/jwt/constants.py
tauth/authn/jwt/credentials.py
tauth/authn/jwt/errors.py
tauth/authn/jwt/keygen.py
tauth/authn/jwt/tokcoder.py
tauth/authn/melt_key/README.md
tauth/authn/melt_key/__init__.py
tauth/authn/melt_key/authentication.py
tauth/authn/melt_key/authorization.py
tauth/authn/melt_key/models.py
tauth/authn/melt_key/schemas.py
tauth/authn/melt_key/token.py
tauth/authproviders/__init__.py
tauth/authproviders/models.py
tauth/authproviders/routes.py
tauth/authproviders/schemas.py
tauth/authz/__init__.py
tauth/authz/privileges.py
tauth/authz/routes.py
tauth/authz/engines/__init__.py
tauth/authz/engines/factory.py
tauth/authz/engines/interface.py
tauth/authz/engines/opa.py
tauth/authz/policies/__init__.py
tauth/authz/policies/controllers.py
tauth/authz/policies/models.py
tauth/authz/policies/routes.py
tauth/authz/policies/schemas.py
tauth/dependencies/__init__.py
tauth/dependencies/authorization.py
tauth/dependencies/cache.py
tauth/dependencies/database.py
tauth/dependencies/security.py
tauth/entities/__init__.py
tauth/entities/models.py
tauth/entities/routes.py
tauth/entities/schemas.py
tauth/injections/__init__.py
tauth/injections/privileges.py
tauth/legacy/__init__.py
tauth/legacy/client.py
tauth/legacy/schemas.py
tauth/legacy/tokens.py
tauth/schemas/__init__.py
tauth/schemas/attribute.py
tauth/schemas/creator.py
tauth/schemas/gen_fields.py
tauth/schemas/infostar.py
tauth/utils/__init__.py
tauth/utils/creation.py
tauth/utils/fastapi_extension.py
tauth/utils/reading.py
tauth/utils/teia_behaviors.py
tests/__init__.py
tests/conftest.py
tests/test_auth0_token.py
tests/test_client_tokens.py
tests/test_clients.py
tests/test_organizations.py
tests/utils.py
tests/negative_tests/__init__.py
tests/negative_tests/test_clients.py
wiki/auth0-technical-overview.md
wiki/authorization.md
wiki/entity-schema.md
wiki/glossary.md
wiki/index.md
wiki/roadmap.md
wiki/tauth.md
wiki/todos.md