refresh practical details #1654
Answered
by
Jimmar
roestigraben
asked this question in
Support Requests
-
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.
Answered by
Jimmar
Jan 25, 2023
Replies: 1 comment
-
Django with SimpleJWT sends the refresh token as refreshToken: {
property: "refresh_token",
data: "refresh",
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
roestigraben
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)