first commit
This commit is contained in:
9
backend/app/core/security.py
Normal file
9
backend/app/core/security.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Placeholder for authentication & authorization.
|
||||
|
||||
In the competition demo we skip real auth. This module reserves the
|
||||
extension point so RBAC / JWT can be plugged in later.
|
||||
"""
|
||||
|
||||
|
||||
async def get_current_user() -> str:
|
||||
return "demo_user"
|
||||
Reference in New Issue
Block a user