# # ChangeLog for iknow-api/DTOs/RefreshTokenDTO.cs # # Generated by Trac 1.6.1.dev0 # 09/24/26 14:27:42 Wed, 21 Jan 2026 17:00:12 GMT Stefan-Saveski [4b35197] * iknow-api/Controllers/AuthController.cs (modified) * iknow-api/DTOs/RefreshTokenDTO.cs (modified) * iknow-api/Services/Implementations/AuthService.cs (modified) Added role to sign in. Tue, 28 Oct 2025 09:41:05 GMT imbrsk [c155364] * iknow-api/Controllers/AuthController.cs (modified) * iknow-api/DTOs/RefreshTokenDTO.cs (modified) * iknow-api/Migrations/20251028091953_new.Designer.cs (moved) * iknow-api/Migrations/20251028091953_new.cs (moved) * iknow-api/Models/RefreshToken.cs (modified) * iknow-api/Repository/Implementations/RefreshTokenRepository.cs (modified) * iknow-api/Repository/Implementations/UserRepository.cs (modified) * iknow-api/Repository/Interface/IRefreshTokenRepository.cs (modified) * iknow-api/Repository/Interface/IUserRepository.cs (modified) * iknow-api/Services/Implementations/AuthService.cs (modified) * iknow-api/Services/Implementations/RefreshTokenService.cs (modified) * iknow-api/Services/Interfaces/IAuthService.cs (modified) added remaining methods to refreshtoken feature Mon, 27 Oct 2025 14:22:39 GMT imbrsk [3347c1b] * iknow-api/Controllers/AuthController.cs (modified) * iknow-api/DTOs/RefreshTokenDTO.cs (added) * iknow-api/DTOs/UserDTO.cs (modified) * iknow-api/Data/AppDbContext.cs (modified) * iknow-api/Migrations/20251027140958_refreshtoken.Designer.cs (moved) * iknow-api/Migrations/20251027140958_refreshtoken.cs (moved) * iknow-api/Migrations/AppDbContextModelSnapshot.cs (modified) * iknow-api/Models/RefreshToken.cs (added) * iknow-api/Models/User.cs (modified) * iknow-api/Program.cs (modified) * iknow-api/Repository/Implementations/RefreshTokenRepository.cs (added) * iknow-api/Repository/Interface/IRefreshTokenRepository.cs (added) * iknow-api/Services/Implementations/AuthService.cs (modified) * iknow-api/Services/Implementations/RefreshTokenService.cs (added) * iknow-api/Services/Interfaces/IAuthService.cs (modified) * iknow-api/Services/Interfaces/IRefreshTokenService.cs (added) * iknow-api/appsettings.Development.json (modified) Implement refresh token functionality with associated services and ...