mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
httpclient: allow to set custom headers
This commit is contained in:
@@ -31,8 +31,8 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
tokenDuration = 10 * time.Minute
|
||||
tokenRefreshMin = 5 * time.Minute
|
||||
tokenDuration = 15 * time.Minute
|
||||
tokenRefreshMin = 10 * time.Minute
|
||||
)
|
||||
|
||||
type jwtTokenClaims struct {
|
||||
|
||||
Reference in New Issue
Block a user