DEV Community

t.me/CryptoPopStar
t.me/CryptoPopStar

Posted on

How to fix jwt verify error in next middleware?

I had a problem related to json web token verify developing my next.js project just before.
The problem is that there is error in verification of jwt even thouth the jwt is not expired and valid.
So I fixed this error using JOSE module.
Please use this module.
Thank you for your time.

Top comments (0)