feat(app): update LoginCommandHandler to persist hashed refresh token on login
This commit is contained in:
@@ -5,4 +5,5 @@ namespace SIGCM2.Application.Abstractions.Persistence;
|
||||
public interface IUsuarioRepository
|
||||
{
|
||||
Task<Usuario?> GetByUsernameAsync(string username);
|
||||
Task<Usuario?> GetByIdAsync(int id, CancellationToken ct = default);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user