-
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…
-
### Is your feature request related to a problem?
For apps with sensitive data, I need the token to expire in 15mins and refresh the connection as the user works on it.
### Describe the solution
I …
-
The [upload token has expired](https://github.com/conda/conda-libmamba-solver/actions/runs/11660968469/job/32465996597)… can it get refreshed?
```
Error: ('Authentication token has expired', 401)
Er…
-
### TL;DR
I'm trying to get an ID token to use for authenticating towards Google Cloud Run services in GitHub Actions in Python code, however, for some reason it does not seem to be working.
### Exp…
-
Hello, im looking for help regarding the chrome extension. I created the chrome-extension with Reactjs, using your example and code from here to adjust the MSAL.js lack of support of mv3. I came to a …
-
Let say we have code block like this:
```python
def create_token(profile_id: ProfileId) -> Token:
user = User.objects.get(profiletable=profile_id)
refresh = RefreshToken.for_user(user)…
-
As explained in [this code comment](https://github.com/ubuntu/authd-oidc-brokers/blob/main/internal/broker/broker.go#L691-L695), we should ideally always refresh the token during login when online, no…
-
@arjunprakash027
I believe I have further identified the issue. It seems after dependencies update, our dropbox's refresh token code and client is broken.
You can check this test build.
htt…
-
ERRO[2024-09-12 18:05:40] failed get enabled storages: [/体育/2023-2024 NBA赛事回放/季后赛], driver: [AliyundriveShare2Open], Error: failed to refresh token:
failed init storage
github.com/alist-org/alist/v…
-
While upgrading to Keycloak version >25 , i've noticed, that exchanging the refresh token for a new access token and extracting the claims, the token verification fails due to the nonce not being incl…