Skip to content

tohcnam/pizza42

Repository files navigation

Description

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

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Deployment

Compiles and minifies for production

npm run build

Docker build

To build and run the Docker image, run exec.sh

Run your tests

npm run test

Lints and fixes files

npm run lint

Hosting

This app is hosted on https://pizza42.oauth.ninja

Based on

License

This project is licensed under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published