跳到主要内容

Auth Service

The Auth Service handles authentication and authorization, integrating with Keycloak for identity management.

Responsibilities

  • Keycloak integration
  • JWT token validation
  • Role-based access control
  • Session management
  • 2FA verification

API Endpoints

MethodEndpointDescription
POST/auth/loginInitiate login flow
POST/auth/logoutEnd session
POST/auth/refreshRefresh tokens
GET/auth/meGet current user