frp/pkg/auth
Rob Kenis 96c5dbd992 Retry retrieving an access token with exponential backoff
When the OIDC provider is unavailable when a new token is requested, the client
is stuck for an indefinite state. This is only resolved by restarting the client or
the server.

With this feature, we want to achieve a scenario where a token is requested for a
set amount of retries when the OIDC provider is not available.
2023-10-24 16:57:53 +02:00
..
legacy support yaml/json/toml configuration format, make ini deprecated (#3599) 2023-09-06 10:18:02 +08:00
auth.go code optimization (#3625) 2023-09-20 15:18:50 +08:00
oidc.go Retry retrieving an access token with exponential backoff 2023-10-24 16:57:53 +02:00
token.go support yaml/json/toml configuration format, make ini deprecated (#3599) 2023-09-06 10:18:02 +08:00