# # ChangeLog for ChapterX.API/Controllers/AuthController.cs # # Generated by Trac 1.6 # 07/06/26 09:32:38 Thu, 19 Mar 2026 19:55:06 GMT kikisrbinoska [e294f7d] * ChapterX.API/ChapterX.API.csproj (modified) * ChapterX.API/Controllers/AuthController.cs (added) * ChapterX.API/Program.cs (modified) * ChapterX.API/appsettings.json (modified) * ChapterX.Application/Auth/IJwtTokenService.cs (added) * ChapterX.Application/Auth/LoginHandler.cs (added) * ChapterX.Application/Auth/LoginRequest.cs (added) * ChapterX.Application/Auth/LoginResponse.cs (added) * ChapterX.Application/Auth/RegisterHandler.cs (added) * ChapterX.Application/Auth/RegisterRequest.cs (added) * ChapterX.Application/Auth/RegisterResponse.cs (added) * ChapterX.Application/ChapterX.Application.csproj (modified) * ChapterX.Infrastructure/ChapterX.Infrastructure.csproj (modified) * ChapterX.Infrastructure/DependencyInjection.cs (modified) * ChapterX.Infrastructure/Services/JwtTokenService.cs (added) Added JWT authentication