m
Hi all. Do I need to do anything more than pass
Copy code
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
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
might be my bad here. didn't rerun
next dev
r
right
m
I can confirm relogin + fresh
next dev
has jwts showing now. thanks