- Create an Auth0 account.
- You will need to create at least one user so visit User Management > Users
- Select Create User then specify your email address and a password and save. Keep this password for later.
Within the Auth0 Dashboard:
- Select Applications > Applications and choose the Default App
- Select Settings for the values to use in most of this course
- On the Settings tab, find the Allowed Callback URLs section and add
https://127.0.0.1
- Scroll to the bottom to Save Changes
Within the Auth0 Dashboard:
- Select Applications > Applications and choose the Default App
- On the Settings tab, change the Application Type to "Single Page Application"
- Also on the Settings tab, add
http://localhost:3000
to the Allowed Callback URLs, Allowed Logout URLs, and Allowed Web Origins. If you already have entries in any of those, you will have to use commas to separate them. - Scroll to the bottom to Save Changes
Within the Auth0 Dashboard:
- Select Applications > APIs and choose Create API
- Give the API a Name and set an Identifier and save. I chose
linkedin-learning-api
- On the Machine to Machine Applications tab, scroll down to the available clients
- Select the available client