I\'d like to increase the lifetime of JWT token but I can\'t.
I tried googling the matter and found references to JwtBearerOptions.TokenValidationParameters.ClockS
JwtBearerOptions.TokenValidationParameters.ClockS
var token = new JwtSecurityToken(_config["Jwt:Issuer"], _config["Jwt:Issuer"], claims, expires: DateTime.Now.AddMinutes(120)