This sounds almost like using sessions ?
Because it is. JWT is terrible choice for user session management.
Just use plain old cookie with session ID and call it a day.
This sounds almost like using sessions ?
Because it is. JWT is terrible choice for user session management.
Just use plain old cookie with session ID and call it a day.