Add Authentication on frontend
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using GameIdeas.Shared.Dto;
|
||||
|
||||
namespace GameIdeas.BlazorApp.Pages.User.Gateways;
|
||||
|
||||
public interface IAuthGateway
|
||||
{
|
||||
Task<bool> Login(UserDto userDto);
|
||||
Task Logout();
|
||||
}
|
||||
Reference in New Issue
Block a user