valhalla / backend /src /auth /__init__.py
Dontcryx_07
final
d660fa9
Raw
History Blame Contribute Delete
314 Bytes
"""auth — admin authentication package for the Valhalla web dashboard.
Exposes the session manager (manager.py) and HTTP routes (routes.py) that
protect simulation-control and roster endpoints in Odin.py.
Design: viewers can watch the simulation unauthenticated; only control
endpoints require a session.
"""