Na most van kész a 2 faktoros authentikáció ! :)
This commit is contained in:
@@ -8,6 +8,8 @@ namespace WorkFlowCheck.Web.Services.Interfaces
|
||||
Task<List<UserDTO>> GetAllUsers();
|
||||
Task<ApiResponseDTO<UserDTO>> UpdateUser(UserDTO userDTO);
|
||||
Task<ApiResponseDTO<UserDTO>> Authenticate(string username, string password);
|
||||
Task<ApiResponseDTO<string>> Authenticate2F1(string username, string password);
|
||||
Task<ApiResponseDTO<UserDTO>> Authenticate2F2(string userName, string password, string code, string token2FA);
|
||||
Task<bool> DeleteUser(int id);
|
||||
|
||||
Task<RoleDTO> GetRole(int id);
|
||||
|
||||
Reference in New Issue
Block a user