Files
AIRegulation-DocAnalysis/backend/app/infrastructure/auth/__init__.py
T

6 lines
188 B
Python
Raw Normal View History

2026-06-05 18:00:31 +08:00
"""JWT token creation and validation infrastructure.
JWTHandler is the only component in this package. It is wired through
shared/bootstrap.py and injected into FastAPI dependencies.
"""