LLLemuel Leogene Reyesinlemreyes.hashnode.dev·Aug 18, 2024 · 7 min readHow to Set Up Email Sign-In Using NextAuth and MailjetNextAuth (or Auth.js) provides email as an authentication method. You can use email to send magic links to the user's email address for them to sign in. This article is a step-by-step guide to setup email authentication in NextJs using NextAuth. Pre-...00
LLLemuel Leogene Reyesinlemreyes.hashnode.dev·Aug 11, 2024 · 7 min readSigning In With Google Using NextAuthNextAuth (or soon to be Auth.Js) is a free-to-use open source framework for authentication. Though NextAuth has a good site for documentation, there are times when some steps are missed out and it took me some time to figure it out. I write this arti...00