-
**Describe the bug**
The middleware for detecting when to refresh JWT tokens is buggy and out of date.
- For projects: it refreshes too often, because the assumption that a user will only see projects…
-
### Core Library
MSAL.js (@azure/msal-browser)
### Core Library Version
3.23.0
### Wrapper Library
MSAL Angular (@azure/msal-angular)
### Wrapper Library Version
None
### Public or Confidentia…
-
### Checklist
- [X] The issue can be reproduced in the [Auth0.Android sample app](https://github.com/auth0-samples/auth0-android-sample/tree/master/00-Login-Kt) (or N/A).
- [X] I have looked into the…
-
**Which version of Duende IdentityServer are you using?**
I am using only `Duende.AccessTokenManagement`, version 2.0.3.
**Which version of .NET are you using?**
.NET 8 RC2.
**Describe the…
-
### Environment
SaaS (https://sentry.io/)
### Steps to Reproduce
- Initiate an app installation in a EU Sentry instance
- Exchange the installation code against an access/refresh token pair
- Notic…
-
Refresh tokens fail to be accepted by wyze servers after about 1-hour and 45 minutes. See the discussion in attached projects/forum for more details.
https://github.com/SecKatie/ha-wyzeapi/issues/…
-
I used the steps from this page to get the access token. Now I have the access token and refresh token.
How can you refresh the access_token using the refresh token?
https://github.com/googleap…
-
From this feature request [#61](https://github.com/cesanta/docker_auth/issues/61) and [this](https://github.com/cesanta/docker_auth/issues/313), it seems refresh token is not yet possible with this pr…
-
Hi,
I realize this is more a feature request than an issue, but the missing feature forced us to write a HTTP client to call the DocuSign REST API directly (which IMHO defeats the purpose of having…
-
Hello! I am using `OAuth2Session` as follows:
```
with open(token_filepath) as src:
token = json.load(src)
def token_saver(token):
with open(token_filepath, "w") as d…