1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-25 21:34:52 -05:00

PM-20532 - WIP

This commit is contained in:
Jared Snider 2025-05-22 16:07:52 -04:00
parent f8b0b99a41
commit e4d5d6d5c4
No known key found for this signature in database
GPG Key ID: A149DDD612516286

View File

@ -13,7 +13,7 @@ public static class SendClientBuilder
{
ClientId = BitwardenClient.Send,
AllowedGrantTypes = new[] { SendAccessGrantValidator.GrantType },
AccessTokenLifetime = 60 * 5, // 5 minutes
AccessTokenLifetime = 60 * 5, // 5 minutes // TODO: convert this to a global setting
// Do not allow refresh tokens to be issued.
AllowOfflineAccess = false,