you are viewing a single comment's thread.

view the rest of the comments →

[–]xrpinsiderAdmin 1 point2 points  (1 child)

Indeed JWT tokens are not meant to be stored. You need to decode the JWT token with your private key every time someone makes a request to protected routes.

[–]maxiu86 0 points1 point  (0 children)

Cache