This sample demonstrates:
- Logging in to Auth0 using Redirect Mode
- Accessing profile information that has been provided in the ID token
- Gated content. The
/profile
route is not accessible without having first logged in - Call external APIs secured with users access_token
- As API call the online REST API testing tool httpbin.org is used
npm install
npm run serve
npm run build
To build and run the Docker image, run exec.sh
npm run test
npm run lint
This app is hosted on https://pizza42.oauth.ninja
This project is licensed under the MIT license. See the LICENSE file for more info.