mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
make web refresh tokens good for 30 days
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Bit.Core.IdentityServer
|
||||
return new List<Client>
|
||||
{
|
||||
new ApiClient("mobile", 90, 1),
|
||||
new ApiClient("web", 1, 1),
|
||||
new ApiClient("web", 30, 1),
|
||||
new ApiClient("browser", 30, 1),
|
||||
new ApiClient("desktop", 30, 1),
|
||||
new ApiClient("cli", 30, 1),
|
||||
|
||||
Reference in New Issue
Block a user