NextAuth.js Demo 4

This is an example project that uses next-auth.

See next-auth.js.org for more information and documentation. A more full fledged example can be found at next-auth-example.now.sh

This live demo uses an in-memory database which is automatically erased after ~2 hours. More permanent user databases, etc. can be easily created by defining a db connector your .env file, see docs