4 lines
241 B
Python
4 lines
241 B
Python
|
|
"""Auth middleware — currently a no-op placeholder for future rate-limiting / audit logging."""
|
||
|
|
# Middleware for auth events can be added here (e.g., failed-login rate limiter).
|
||
|
|
# Kept as a placeholder so the module structure is complete.
|