AuthService

GetCurrentUser returns the authenticated user's information. Validates the access token and returns user details. Similar to OIDC's /userinfo endpoint.

get/api/v1/auth/me

Response

OK

Changes