TekH bcf38ee384 Refactor AuthController 'me' endpoint and remove auth
- Changed [HttpGet("me")] to [HttpGet(nameof(Me))] for route safety.
- Renamed method from GetMe to Me for consistency.
- Removed [Authorize] attribute to allow unauthenticated access.
2026-03-16 10:06:31 +01:00
2026-03-03 09:14:49 +01:00
2026-03-03 09:14:49 +01:00
Description
No description provided
Readme 53 KiB
Languages
C# 100%