auth.py 286 B

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