feat: harden auth ops and deployment baseline
This commit is contained in:
@@ -5,4 +5,6 @@ public interface IAdminUserRepository
|
||||
Task<Entities.AdminUser?> GetByUsernameAsync(string username);
|
||||
Task<Entities.AdminUser?> GetByIdAsync(int id);
|
||||
Task CreateAsync(Entities.AdminUser user);
|
||||
Task UpdatePasswordHashAsync(int id, string passwordHash);
|
||||
Task UpdateLastLoginAtAsync(int id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user