Sign up and auth,
super quick
The best start when building your Next.js app with baked in social sign in, magic links, user management, and more.
npx next-auth-template
- Fully customisable auth pages
- Database-backed sessions
- Configurable social sign-in
- Magic links via email
- Basic account creation and set up
- Protected paths via middleware
Choose a model for your needs:
One to One
Each user has their own isolated account, and accounts do not support additional users.
Many to ManyComing Soon
An account can have multiple users, and a user can belong to multiple accounts.
- Everything from One to Many
- Users can switch between accounts