Adding SHA256 password encryption and password verify

This commit is contained in:
2025-03-11 23:36:49 +01:00
parent 78911eb877
commit 0b354988fd
14 changed files with 389 additions and 18 deletions

View File

@@ -99,7 +99,7 @@ public class JwtTokenUtils
}
catch(Exception exception)
{
Logger.Error($"[JwtTokenUtils][ValidateToken] | {exception.Message}");
Logger.Error($"[JwtTokenUtils][ValidateToken] | {exception}");
return guid;
}
}