How to add users to any Next.js app

This simple demo uses the Reflow auth library for adding user accounts.

The registration process, as well as signing in and out is handled entirely by the library.
Users can sign up with email and password or by using their social accounts.

Sign in to get started