https://github.com/pushpabrol/ssoapp2
https://github.com/pushpabrol/ssoapp2
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pushpabrol/ssoapp2
- Owner: pushpabrol
- Created: 2016-06-13T17:12:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T17:13:08.000Z (almost 10 years ago)
- Last Synced: 2025-01-19T04:34:10.009Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app2.com
This is the app2.com for the SSO example. Remember to start all 3 apps to try everything out and to [configure `/etc/hosts` correctly](https://github.com/auth0/auth0-sso-sample#running)
## Running the example
In order to run the example you need to just start a server. What we suggest is doing the following:
1. Install node
2. run `npm install -g serve`
3. run `serve --port 3001` in the directory of this project.
Go to `http://app2.com:3001` and you'll see the app running :).