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.

Was this helpful?