Ignore:
Timestamp:
10/27/25 15:22:39 (11 months ago)
Author:
imbrsk <boris696boris@…>
Branches:
master
Children:
c155364
Parents:
e49c3ed
Message:

Implement refresh token functionality with associated services and repositories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/Services/Interfaces/IAuthService.cs

    re49c3ed r3347c1b  
    66    {
    77        Task<bool> RegisterAsync(RegisterDto registerDto);
    8         Task<string?> LoginAsync(LoginDto loginDto);
     8        Task<AuthResultDto?> LoginAsync(LoginDto loginDto);
    99        Task<int> GetUsersCountAsync();
    1010    }
Note: See TracChangeset for help on using the changeset viewer.