- """
- Authentication API router (DEPRECATED).
- Local authentication has been removed. All authentication now goes through SSO.
- See routers/oauth.py for the active authentication endpoints.
- """
- # This file is intentionally left minimal.
- # All auth endpoints have been moved to /api/oauth/*
|