Auth
Get current user info
Errors
Returns an error if user is not authenticated or serialization fails.
get/api/auth/me
Response
Current user information
Example response
{
"authProvider": "email",
"avatarUrl": "https://example.com/avatar.jpg",
"banner": "https://example.com/banner.jpg",
"createdAt": "2023-01-01T00:00:00",
"description": "A brief bio about myself",
"displayName": "John Doe",
"email": "user@example.com",
"emailVerified": true,
"id": "a7b8c9d0-1234-5678-a123-567890123456",
"lastLogin": "2023-01-02T12:00:00"
}