Handling Authentication in Next.js with JSON Web Tokens.
JSON Web tokens or JWT tokens are great for handling authentication in decoupled applications (The front-end and back-end are independent of each other) due to their stateless nature.
When I got started with Next.js, I was struggling with how to impl...
chimisepro.hashnode.dev14 min read