Access token refresh is not handled automatically #23107
Replies: 1 comment
-
Automatic token refresh in CalProvider depends on a correctly implemented refreshUrl endpoint. This endpoint must be a GET route that accepts the Authorization: Bearer header and returns a new access token in the format Recent development shows that the internal token refresh logic ( If you want to handle token refresh more robustly, the recommended approach is to use the For now, double-check your refreshUrl implementation and response format, and be aware that full automatic refresh support may not be available until the refresh logic is completed in the SDK. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, for some reason the calProvider doesn't automatically refresh the expired token.

I have configured the refresh url, and provided the initial access token.

It working well on page refresh.
But after an hour, when the token expired, then it doesn't refreshed automatically
Beta Was this translation helpful? Give feedback.
All reactions