https://github.com/pushpabrol/ssoapp1
https://github.com/pushpabrol/ssoapp1
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pushpabrol/ssoapp1
- Owner: pushpabrol
- Created: 2016-06-13T17:10:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T17:11:29.000Z (almost 10 years ago)
- Last Synced: 2025-06-05T04:43:33.133Z (about 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app1.com
This is the starting point 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` in the directory of this project.
Go to `http://app1.com:3000` and you'll see the app running :).