This is the application built while following the tutorial.
After having cloned the react-admin-auth0 repository, run the following commands:
yarn install
yarn start
Allowed Callback URLs: http://localhost:3000/login
Allowed Logout URLs: http://localhost:3000/
Allowed Web Origins: http://localhost:3000/
Allowed Origins (CORS): http://localhost:3000/
export AUTH0_DOMAIN=""
export AUTH0_CLIENT_ID=""
export AUTH0_REDIRECT_URI="http://localhost:3000/login"
- https://github.com/marmelab/ra-example-oauth
- https://auth0.com/docs/libraries/auth0-single-page-app-sdk
- add example of getting user details
- add example of authorizing api requests