Authentication
How to configure authentication.
The Next.js starterkit supports multiple authentication providers. You can choose the one that best fits your needs. It ships with Next Auth (Auth.js) as the default authentication provider.
Auth.js
Configure Auth.js (NextAuth).
Supabase
Configure Supabase auth.
Customize auth screens
Change functionality and styles of the auth screens.
Was this helpful?