Session_ID in JWT
In my app I use JWT so I can verify that the token has not been tampered with, however the only information I store in it is the user's session_id. Nothing else, no user data, just the session id.
Should I be just using a cookie or something similar?
Thankyou!
Should I be just using a cookie or something similar?
Thankyou!
