# # ChangeLog for iknow-api/Controllers/AuthController.cs # # Generated by Trac 1.6.1.dev0 # 09/26/26 17:52:15 Wed, 22 Oct 2025 21:34:14 GMT stefansaveski [cb8e531] * iknow-api/Controllers/AuthController.cs (modified) * iknow-api/Controllers/UsersControllers.cs (deleted) * iknow-api/DTOs/UserDTO.cs (modified) * iknow-api/Services/Implementations/AuthService.cs (modified) * iknow-api/Services/Implementations/UserService.cs (deleted) * iknow-api/Services/Interfaces/IAuthService.cs (modified) * iknow-api/Services/Interfaces/IUserService.cs (deleted) Refactor DTOs and remove user management Updated `AuthController` ... Wed, 22 Oct 2025 20:52:41 GMT stefansaveski [271178d] * iknow-api/Controllers/AuthController.cs (modified) * iknow-api/Controllers/UsersControllers.cs (modified) * iknow-api/DTOs/UserDTO.cs (modified) * iknow-api/Program.cs (modified) * iknow-api/Repository/Implementations/UserRepository.cs (modified) * iknow-api/Repository/Interface/IUserRepository.cs (modified) * iknow-api/Services/Implementations/AuthService.cs (modified) * iknow-api/Services/Interfaces/IAuthService.cs (modified) Refactor all namespaces to iknow_api Wed, 22 Oct 2025 20:43:40 GMT stefansaveski [301af3f] * iknow-api/Controllers/AuthController.cs (modified) test Wed, 22 Oct 2025 20:40:03 GMT stefansaveski [fc7b4b4] * iknow-api/Controllers/AuthController.cs (added) * iknow-api/Controllers/UsersControllers.cs (modified) * iknow-api/DTOs/UserDTO.cs (added) * iknow-api/Migrations/20251022202014_InitialCreate.Designer.cs (moved) * iknow-api/Migrations/20251022202014_InitialCreate.cs (moved) * iknow-api/Migrations/AppDbContextModelSnapshot.cs (modified) * iknow-api/Models/User.cs (modified) * iknow-api/Program.cs (modified) * iknow-api/Repository/Implementations/UserRepository.cs (modified) * iknow-api/Repository/Interface/IUserRepository.cs (modified) * iknow-api/Services/Implementations/AuthService.cs (added) * iknow-api/Services/Implementations/UserService.cs (modified) * iknow-api/Services/Interfaces/IAuthService.cs (added) * iknow-api/appsettings.json (modified) * iknow-api/iknow-api.csproj (modified) Implement JWT Authentication and Update User Schema Replaced ...