Minimum starter kit for React-Redux web app bootstrapped with Create React App and social login (Auth0)
-
Sign in Auth0 account
-
Go to 'Application' -> [Your App Name] -> 'Settings'
-
Copy
- Domain
- Client ID
To
./Client/React/src/config.js
- AUTH0_DOMAIN
- AUTH0_CLIENT_ID (respectively)
-
Go to 'APIs' -> [Your App Name] -> 'Settings'
-
Copy
- Identifier
To
./Client/React/src/config.js
- AUTH0_API_AUDIENCE
-
Run package manager
cd ./Client/React
yarn
* Steps 1-5 is for using Auth0 as our social login platform
yarn start