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