Gobro

Results 7 issues of Gobro

In some use cases, the hardcoded expiryDelta of 10 seconds is too little. Requests can currently be sent when the access token expires anywhere right above 10 seconds, which can...

cla: no

For my application, I need an expiry delta higher than 10 seconds, which the value is currently hardcoded to in token.go. In order to use the builtin TokenSource or Client...

This lets Go-developers utilize the recent fix in [PR 807](https://github.com/webview/webview/pull/807). webview.New will return nil when users don't have WebView2 Runtime installed. Currently when users lack the Runtime, it returns an...

I'm trying to make an application that uses this library to provide personal user login on startup. A successful login results in a cookie being set in the browser, containing...

possibly stale

I'm using this library together with the Go oauth2 library. The final part of the authorization process redirects to a localhost:port where a local webserver is waiting for the authorization...

possibly stale

Both os.Getenv("ProgramFiles") and os.Getenv("ProgramFiles(x86)") point to Program Files (x86) when this is being run in a 32 bit application. Therefore when being run as a 32 bit app, Lorca fails...

This implements clock skew similar to [AzureAD](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/6.12.2/src/Microsoft.IdentityModel.Tokens/TokenValidationParameters.cs#L149-L153%20clockSkew%20:=%20time.Duration(5)%20*%20time.Minute). The existing solution with 5 min nbf leeway and a configurable time function does not let you get a true 5 min clock...