Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 719 Bytes

using-nextauth.js.md

File metadata and controls

19 lines (11 loc) · 719 Bytes
description
How to configure NextAuth.js with Rollup ID

Using NextAuth.js

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.

{% embed url="https://next-auth.js.org/getting-started/example" %}

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.

{% embed url="https://next-auth.js.org/configuration/providers/oauth#using-a-custom-provider" %}