https://supertokens.com/ logo
enable JWT
m

mfwgenerics

04/22/2023, 3:52 PM
Hi all. Do I need to do anything more than pass
SessionNode.init({
  jwt: {
    enable: true
  }
})
to recipeList backend config in order to get a JWT on my session? I've done this but no
jwt
appears on the access token payload either on the frontend or backend
r

rp

04/22/2023, 3:53 PM
that's all that is required. You should make sure that you relogin to your app, you have built the node app (remove cache and build again)
m

mfwgenerics

04/22/2023, 3:57 PM
might be my bad here. didn't rerun
next dev
r

rp

04/22/2023, 3:57 PM
right
m

mfwgenerics

04/22/2023, 4:03 PM
I can confirm relogin + fresh
next dev
has jwts showing now. thanks