Skip to content

src/dazzle_back/runtime/auth/routes_jwt.py

Generated: 2026-03-30T04:38:46.956048+00:00

Commit: 615f1354a103

Language: python

Scope: dazzle_back

Purpose

JWT token authentication routes (for mobile clients).

Key Exports

  • _JwtDeps
  • create_jwt_auth_routes

Dependencies

Imports

  • dataclasses.dataclass
  • functools.partial
  • typing.Any
  • dazzle_back.runtime._fastapi_compat.FASTAPI_AVAILABLE
  • dazzle_back.runtime._fastapi_compat.APIRouter
  • dazzle_back.runtime._fastapi_compat.FastAPIRequest
  • dazzle_back.runtime.jwt_auth.JWTService
  • dazzle_back.runtime.token_store.TokenStore
  • models.RefreshTokenRequest
  • models.TokenRequest
  • models.TokenRevokeRequest
  • store.AuthStore
  • fastapi.HTTPException
  • dazzle_back.runtime.jwt_auth.TokenResponse
  • fastapi.HTTPException
  • dazzle_back.runtime.jwt_auth.TokenResponse
  • fastapi.HTTPException
  • dazzle_back.runtime.jwt_middleware.JWTMiddleware
  • fastapi.HTTPException
  • dazzle_back.runtime.jwt_middleware.JWTMiddleware

Event Interactions

None detected.

Invariants and Assumptions

No invariants documented.

Tests

  • tests/unit/test_auth_action_handlers.py
  • tests/unit/test_auth_events.py
  • tests/unit/test_auth_flows.py
  • tests/unit/test_auth_schema_exclusion.py
  • tests/unit/test_auth_password_reset.py

Notes

This page was automatically generated by tools/gen_reference_docs.py.