mirror of
https://github.com/bitwarden/server
synced 2025-12-20 18:23:44 +00:00
update libs
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Bit.Core.IdentityServer
|
||||
RefreshTokenExpiration = TokenExpiration.Sliding;
|
||||
RefreshTokenUsage = TokenUsage.ReUse;
|
||||
SlidingRefreshTokenLifetime = 86400 * refreshTokenSlidingDays;
|
||||
AbsoluteRefreshTokenLifetime = int.MaxValue; // forever
|
||||
AbsoluteRefreshTokenLifetime = 0; // forever
|
||||
UpdateAccessTokenClaimsOnRefresh = true;
|
||||
AccessTokenLifetime = 3600 * accessTokenLifetimeHours;
|
||||
AllowOfflineAccess = true;
|
||||
|
||||
Reference in New Issue
Block a user