pub async fn me_handler(
__arg0: State<GatewayState>,
headers: HeaderMap,
) -> Result<Json<UserInfo>, AuthHandlerError>Expand description
Get current user info
Returns information about the authenticated user.
GET /api/v0/auth/me
pub async fn me_handler(
__arg0: State<GatewayState>,
headers: HeaderMap,
) -> Result<Json<UserInfo>, AuthHandlerError>Get current user info
Returns information about the authenticated user.
GET /api/v0/auth/me