In traditional React + Express apps, it's common to use JWTs (JSON Web Tokens) stored in localStorage for authentication. So when working with Next.js, it's natural to ask: "Why can't I just use JWTs in Next.js like I do in React?" The short answer: ...
garvitdadheech.hashnode.dev3 min read
No responses yet.