Skip to content
","upvoteCount":2,"answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"

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)

\n
refreshToken: {\n  property: \"refresh_token\",\n  data: \"refresh\",\n},
","upvoteCount":1,"url":"https://github.com/nuxt-community/auth-module/discussions/1654#discussioncomment-4777667"}}}

refresh practical details #1654

Discussion options

You must be logged in to vote

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)

refreshToken: {
  property: "refresh_token",
  data: "refresh",
},

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by roestigraben
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants
Converted from issue

This discussion was converted from issue #1650 on February 01, 2022 08:44.