Adding email authentication to NextAuth
We had a first look at NextAuth, a super simple way to add authentication to your Next.js app.
We chose a social login that time, but we can also roll out email authentication!
We need to have a database setup. We will be using the Postgres database ...
h.daily-dev-tips.com4 min read