6 lines
188 B
Python
6 lines
188 B
Python
"""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.
|
|
"""
|