mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
Reduce token expiration clock skew to 1 minute
This commit is contained in:
@@ -119,7 +119,7 @@ namespace Tgstation.Server.Host.Core
|
||||
ValidateAudience = true,
|
||||
ValidAudience = TokenFactory.TokenAudience,
|
||||
|
||||
ClockSkew = TimeSpan.FromMinutes(5),
|
||||
ClockSkew = TimeSpan.FromMinutes(1),
|
||||
|
||||
RequireSignedTokens = true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user