1. 10
    Configure Fauna to Authenticate with Auth0 in a Next.js Application
    2m 15s

Configure Fauna to Authenticate with Auth0 in a Next.js Application

InstructorShadid Haque

Share this video with your friends

Send Tweet

Now that we have login working, we'll need to configure Fauna with Auth0 to give logged in vendors more permissions than logged out users.

We'll start by creating a role that includes creating, updating, and deleting data in our database. In the provider tab, we'll create an access provider and set issuer and JWKS urls that we got from Auth0. This will create an Audience URL that we will set in Auth0 and Next.js.