mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
Chat client
This commit is contained in:
@@ -25,7 +25,8 @@ public class JwtService : IJwtService
|
||||
SecurityAlgorithms.HmacSha256Signature);
|
||||
|
||||
var token = new JwtSecurityToken(signingCredentials: singing,
|
||||
expires: DateTime.UtcNow.AddHours(_jwtOption.Hours));
|
||||
expires: DateTime.UtcNow.AddHours(_jwtOption.Hours),
|
||||
claims: claims);
|
||||
|
||||
return new JwtSecurityTokenHandler().WriteToken(token);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user