Django with SimpleJWT sends the refresh token as refresh_token
\nso you need to set it as the property (or whatever you have it as)
refreshToken: {\n property: \"refresh_token\",\n data: \"refresh\",\n},
-
Hi, I have no problem with the login but I need to get refresh token working. This feature was not present in the release <5.0.0 so I upgraded to auth-next. my nuxt.config.js file looks like this
|
Beta Was this translation helpful? Give feedback.
-
Django with SimpleJWT sends the refresh token as refreshToken: {
property: "refresh_token",
data: "refresh",
}, |
Beta Was this translation helpful? Give feedback.
Django with SimpleJWT sends the refresh token as
refresh_token
so you need to set it as the property (or whatever you have it as)