1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-10 21:20:35 -05:00

PM-20532 - WIP

This commit is contained in:
Jared Snider 2025-05-22 16:07:52 -04:00
parent 0457d2aced
commit 2d7da69392
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,