Get current authenticated user
GET/api/v1/auth/me
Returns the current user's basic profile information. Supports all auth methods including cookie-based auth (used by OIDC callback flow).
Responses
- 200
- 401
Current user info
Unauthorized
GET/api/v1/auth/me
Returns the current user's basic profile information. Supports all auth methods including cookie-based auth (used by OIDC callback flow).
Current user info
Unauthorized