description |
---|
How to configure NextAuth.js with Rollup ID |
For this guide we will be setting up an OAuth provider as documented by NextAuth.js.
Follow the getting started guide for initial setup instructions.
{% embed url="https://next-auth.js.org/getting-started/example" %}
Configure a custom provider using the guide linked below. You can also refer to our example configuration in our example apps repo here.
{% embed url="https://next-auth.js.org/configuration/providers/oauth#using-a-custom-provider" %}