How to implement authentication for SSR pages & API routes in Next.js
Full-stack apps built with Next.js has three aspects of authentication: client-side authentication, server-side authentication, and API route authentication. I have discussed client-side authentication in a previous post. In this post, I will be disc...
daminda.hashnode.dev3 min read