fix: No token refresh or revocation mechanism~
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
public interface IAuthService
|
||||
{
|
||||
Task<LoginResponse> LoginAsync(LoginRequest req);
|
||||
Task<RefreshResponse> RefreshAsync(string refreshToken);
|
||||
Task LogoutAsync(string refreshToken, Guid userId);
|
||||
}
|
||||
Reference in New Issue
Block a user