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.