mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05: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