Introduced AuthController secured with [Authorize] attribute. Provides a GET /auth/me endpoint that returns the authenticated user's identity details and claims.
Introduced AuthController secured with [Authorize] attribute. Provides a GET /auth/me endpoint that returns the authenticated user's identity details and claims.