Securing JWTs using Redis and NodeJS
We all know JWTs are vulnerable to attacks, there are many alternatives to it. But, we can improve our security mechanism by NOT storing the tokens in the browser.
Technique
We can use a counter which is mapped to a specific token. When creating a co...
manosriram.hashnode.dev4 min read