Auth0 Example: Fix issuer base URL (#27074)

## Documentation / Examples

- [ ] Make sure the linting passes
This commit is contained in:
Taylor McGann 2021-07-24 23:12:15 -06:00 committed by GitHub
parent 74b159c850
commit 270559f7be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ cp .env.local.example .env.local
Then, open `.env.local` and add the missing environment variables:
- `NEXT_PUBLIC_AUTH0_DOMAIN` - Can be found in the Auth0 dashboard under `settings`.
- `NEXT_PUBLIC_AUTH0_DOMAIN` - Can be found in the Auth0 dashboard under `settings`. (Should be prefixed with `https://`)
- `NEXT_PUBLIC_AUTH0_CLIENT_ID` - Can be found in the Auth0 dashboard under `settings`.
- `AUTH0_CLIENT_SECRET` - Can be found in the Auth0 dashboard under `settings`.
- `NEXT_PUBLIC_BASE_URL` - The base url of the application.