node-js-jwt-auth icon indicating copy to clipboard operation
node-js-jwt-auth copied to clipboard

Check if JWT token has expired

Open raynerhoward opened this issue 3 years ago • 0 comments

Excellent tutorial but there is no check to see if the JWT token has expired. The user remains logged in but is not authorized to do anything after the JWT token has expired. The JWT token should be checked on each browser refresh to see if it has expired and log the user out if it has.

raynerhoward avatar Aug 24 '20 05:08 raynerhoward