.dockerignore
.editorconfig
.gitignore
Dockerfile
LICENSE
README.md
docker-compose.yaml
example.env
pyproject.toml
requirements-test.txt
uv.lock
.github/dependabot.yml
.github/workflows/dev-osf-deploy.yaml
.github/workflows/prod-osf-deploy.yaml
.github/workflows/publish.yml
.github/workflows/test.yml
.vscode/launch.json
docs/Dockerfile
docs/README.md
docs/mkdocs.yaml
docs/pyproject.toml
docs/uv.lock
docs/docs/index.md
docs/docs/dev_guide/index.md
docs/docs/dev_guide/installation.md
docs/docs/dev_guide/roadmap.md
docs/docs/user_guide/authn.md
docs/docs/user_guide/authz.md
docs/docs/user_guide/entity.md
docs/docs/user_guide/glossary.md
docs/docs/user_guide/index.md
docs/docs/user_guide/infostar.md
docs/docs/user_guide/installation.md
docs/docs/user_guide/opa.md
docs/docs/user_guide/quickstart.md
docs/scripts/gen_ref_pages.py
opa/go.mod
opa/go.sum
opa/main.go
resources/jwks.json
resources/opa-compose.yaml
resources/private_key.pem
resources/public_key.pem
resources/policies/datasources.rego
resources/policies/impersonate.rego
resources/policies/melt-key.rego
resources/policies/tauth_utils.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.egg-info/PKG-INFO
tauth.egg-info/SOURCES.txt
tauth.egg-info/dependency_links.txt
tauth.egg-info/requires.txt
tauth.egg-info/top_level.txt
tauth/authn/__init__.py
tauth/authn/authenticator.py
tauth/authn/routes.py
tauth/authn/utils.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/authn/oauth2/__init__.py
tauth/authn/oauth2/authentication.py
tauth/authn/oauth2/models.py
tauth/authn/oauth2/schemas.py
tauth/authn/oauth2/utils.py
tauth/authn/remote/__init__.py
tauth/authn/remote/engine.py
tauth/authn/remote/settings.py
tauth/authn/tauth_keys/__init__.py
tauth/authn/tauth_keys/authentication.py
tauth/authn/tauth_keys/keygen.py
tauth/authn/tauth_keys/models.py
tauth/authn/tauth_keys/schemas.py
tauth/authn/tauth_keys/utils.py
tauth/authproviders/__init__.py
tauth/authproviders/models.py
tauth/authproviders/routes.py
tauth/authproviders/schemas.py
tauth/authz/__init__.py
tauth/authz/controllers.py
tauth/authz/privileges.py
tauth/authz/routes.py
tauth/authz/utils.py
tauth/authz/engines/__init__.py
tauth/authz/engines/errors.py
tauth/authz/engines/factory.py
tauth/authz/engines/interface.py
tauth/authz/engines/opa/__init__.py
tauth/authz/engines/opa/engine.py
tauth/authz/engines/opa/settings.py
tauth/authz/engines/remote/__init__.py
tauth/authz/engines/remote/engine.py
tauth/authz/engines/remote/settings.py
tauth/authz/permissions/__init__.py
tauth/authz/permissions/controllers.py
tauth/authz/permissions/models.py
tauth/authz/permissions/routes.py
tauth/authz/permissions/schemas.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/authz/roles/__init__.py
tauth/authz/roles/models.py
tauth/authz/roles/routes.py
tauth/authz/roles/schemas.py
tauth/authz/roles/utils.py
tauth/dependencies/__init__.py
tauth/dependencies/authentication.py
tauth/dependencies/authorization.py
tauth/dependencies/database.py
tauth/entities/__init__.py
tauth/entities/models.py
tauth/entities/routes.py
tauth/entities/schemas.py
tauth/legacy/__init__.py
tauth/legacy/client.py
tauth/legacy/schemas.py
tauth/legacy/tokens.py
tauth/resource_management/__init__.py
tauth/resource_management/access/__init__.py
tauth/resource_management/access/routes.py
tauth/resource_management/access/schemas.py
tauth/resource_management/resources/__init__.py
tauth/resource_management/resources/controllers.py
tauth/resource_management/resources/models.py
tauth/resource_management/resources/routes.py
tauth/resource_management/resources/schemas.py
tauth/schemas/__init__.py
tauth/schemas/attribute.py
tauth/schemas/creator.py
tauth/schemas/gen_fields.py
tauth/schemas/infostar.py
tauth/sdk/__init__.py
tauth/sdk/sdk.py
tauth/tauth_keys/__init__.py
tauth/tauth_keys/routes.py
tauth/utils/__init__.py
tauth/utils/creation.py
tauth/utils/errors.py
tauth/utils/headers.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