# # ChangeLog for ChapterX.Application/Auth/RegisterHandler.cs # # Generated by Trac 1.6 # 07/06/26 11:49:54 Sun, 22 Mar 2026 16:58:40 GMT kikisrbinoska [acf690c] * ChapterX.API/Program.cs (modified) * ChapterX.Application/Auth/LoginHandler.cs (modified) * ChapterX.Application/Auth/LoginResponse.cs (modified) * ChapterX.Application/Auth/RegisterHandler.cs (modified) * ChapterX.Application/ReadingListItems/Commands/AddHandler.cs (modified) * ChapterX.Domain/Repositories/IReadingListItemsRepository.cs (modified) * ChapterX.Infrastructure/Repositories/GenericRepository.cs (modified) * ChapterX.Infrastructure/Repositories/ReadingListItemsRepository.cs (modified) * ChapterX.Infrastructure/Repositories/ReadingListRepository.cs (modified) * ChapterX.Infrastructure/Repositories/UserRepository.cs (modified) * chapterx-frontend/src/App.tsx (modified) * chapterx-frontend/src/components/writer/StoryCreationAIPanel.tsx (added) * chapterx-frontend/src/pages/reading-list/ReadingListPage.tsx (modified) * chapterx-frontend/src/pages/story/StoryDetailPage.tsx (modified) * chapterx-frontend/src/pages/writer/CreateChapterPage.tsx (modified) * chapterx-frontend/src/pages/writer/CreateStoryPage.tsx (modified) * chapterx-frontend/src/pages/writer/EditStoryPage.tsx (modified) * chapterx-frontend/src/store/authStore.ts (modified) * chapterx-frontend/src/store/storyStore.ts (modified) Added fixes for the login,stories management and reading lists 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