tigrbl_auth 0.3.2.dev12__tar.gz → 0.3.2.dev13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/PKG-INFO +1 -1
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/pyproject.toml +1 -1
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/vendor/tigrbl.py +1 -1
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/LICENSE +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/README.md +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/__init__.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/adapters/__init__.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/adapters/auth_context.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/adapters/local_adapter.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/adapters/remote_adapter.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/app.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/backends.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/crypto.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/db.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/errors.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/fastapi_deps.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/jwtoken.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/oidc_discovery.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/oidc_id_token.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/oidc_userinfo.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/__init__.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/api_key.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/auth_code.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/auth_session.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/client.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/device_code.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/pushed_authorization_request.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/revoked_token.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/service.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/service_key.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/tenant.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/user.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/principal_ctx.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/__init__.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc6749.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc6749_token.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc6750.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7009.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7515.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7516.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7517.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7518.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7519.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7520.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7521.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7523.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7591.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7592.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7636_pkce.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7638.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7662.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7662_introspection.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7800.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7952.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8037.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8176.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8252.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8291.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8414.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8414_metadata.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8523.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8628.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8693.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8705.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8707.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8725.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8812.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc8932.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc9068.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc9101.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc9126.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc9207.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc9396.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc9449_dpop.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/routers/__init__.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/routers/auth_flows.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/routers/authz/__init__.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/routers/authz/oidc.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/routers/schemas.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/routers/shared.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/routers/surface.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/runtime_cfg.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/typing.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/vendor/__init__.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/vendor/fastapi.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/vendor/pydantic.py +0 -0
- {tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/vendor/sqlalchemy.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from tigrbl import TigrblApp, TigrblRouter, op_ctx, hook_ctx, engine_ctx
|
|
2
2
|
from tigrbl.engine import HybridSession as AsyncSession, engine as build_engine
|
|
3
|
-
from
|
|
3
|
+
from tigrbl_core.config.constants import TIGRBL_AUTH_CONTEXT_ATTR
|
|
4
4
|
from tigrbl.types.authn_abc import AuthNProvider
|
|
5
5
|
from tigrbl._spec.storage_spec import ForeignKeySpec
|
|
6
6
|
from tigrbl.orm.tables import (
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/orm/pushed_authorization_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_auth-0.3.2.dev12 → tigrbl_auth-0.3.2.dev13}/tigrbl_auth/rfc/rfc7662_introspection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|