Tuesday 29 September 2020

Can I use same secret key for JWT on a node.js server as my Django Rest?

Basically I am adding an app to my infrastructure that is going to be run on a node.js server. My authentication and core application on a REST Api made with django. I use JWT. I am just wondering if I have the same secret key on my node server, will the user be recognized as the same? How does this work? Really want to make sure my users sessions are persistent .

Submitted September 30, 2020 at 01:00AM by dilldawg10

No comments:

Post a Comment