Setup with NextAuth.js

How to configure NextAuth.js with Rollup ID

For this guide we will be setting up an OAuth provider as documented by NextAuth.js.

Step 1

Follow the getting started guide for initial setup instructions.

Step 2

Configure a custom provider using the guide linked below. You can also refer to our example configuration in our example apps repo here.

Last updated