We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a88b1d commit ab103f7Copy full SHA for ab103f7
src/state/KindeProvider.tsx
@@ -246,6 +246,8 @@ export const KindeProvider = ({
246
method: "POST",
247
body: JSON.stringify({
248
token: refreshToken,
249
+ client_id: clientId,
250
+ token_type: "refresh_token",
251
}),
252
headers: {
253
"Content-Type": "application/json",
@@ -258,6 +260,8 @@ export const KindeProvider = ({
258
260
259
261
262
token: accessToken,
263
264
+ token_type: "access_token",
265
266
267
0 commit comments