JwtToken 1.0

This commit is contained in:
2025-03-12 09:48:57 +01:00
parent da27f7e882
commit 29e6efc9e0
15 changed files with 867 additions and 35 deletions
@@ -11,5 +11,6 @@ namespace WorkFlowCheck.BL.Services.Interfaces
{
Task<UserDTO> GetUser(int Id);
Task<UserDTO> Authenticate(string UserName, string Password);
string GenerateJwtToken(UserDTO userDTO);
}
}