6 lines
216 B
Python
6 lines
216 B
Python
"""FastAPI dependency functions for authentication and authorisation.
|
|
|
|
Import `get_current_user` or `require_role` into route modules to protect
|
|
endpoints. Both use the shared JWTHandler wired through bootstrap.
|
|
"""
|