How to create a custom sign-in page with NextAuth.js — Today, we are going to see how to build a custom login page with NextAuth.js. In one of my previous articles, we saw what is NextAuth and how to build Google authentication with it. If you haven’t read it already, you can check it out here. Let’s get started In […nextauth].js, we will…