How to invalidate a JWT using a blacklist
This article is going to show you how to invalidate JWTs using the token blacklist method. The token blacklist method is used when creating a logout system. This is one of the ways of invalidating JWTs on logout request.
One of the main properties of...
dev-insights.hashnode.dev9 min read
José Pablo Ramírez Vargas
Senior Software Developer @ Intel
Saving JWT's in any medium is a security risk. The blacklist method needs to be stopped.
The most straightforward example one can give: