-
My Eloverblik stopped working. I guess it must be time to refresh the token.
When i follow the instruction nothing happens.
vh
Tamer Bakir
-
I'm having trouble using the tool with a refresh token generated by `roadtx`. Here is the generation part:
```
$ roadtx auth -c 2e307cd5-5d2d-4499-b656-a97de9f52708 -r msgraph --device-code
Reque…
-
- **Browser Version or Node Version**:
- **ali-oss Version**:
- **Mini Showcase Repository**:
- **Network Resoponse Header x-oss-request-id**:
在 Spark + Iceberg + OSS 的场景中,如何处理 STS Token…
-
Token handler on PCKE flow is not verifying code_verifier and expecting client_secret.
Providing client_secret will defeat PKCE flow.
Please assist.
-
please update code
![20240923-160438-firefox](https://github.com/user-attachments/assets/402e572a-07bd-4b83-be88-68eedd32178d)
-
According to [the docs](https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/refresh-token) we have to implement functionality to refresh the token automatically.
Is there / do you / c…
-
From the timeout
https://github.com/workos/authkit-js/blob/cdef77b7c38479897d7ebc7e446c7d47dc69d9a4/src/create-client.ts#L159
-
Currently there is no chain-of-trust relationship between access tokens and refresh tokens, this means that if an attacker gains access to a refresh token, then they may still be able to attempt to us…
-
# Bug report
## Describe the bug
I'm currently getting `Invalid Refresh Token: Refresh Token Not Found` error in my Next.js middleware
```tsx
const res = NextResponse.next();
const supaba…
-
Is there a way to refresh a user's access token by using their refresh token? I noticed we keep track of the refresh token but It hasnt been utilized from what I have seen. I'll update if I manage to …