https://github.com/pushpabrol/auth0jssdksample
https://github.com/pushpabrol/auth0jssdksample
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pushpabrol/auth0jssdksample
- Owner: pushpabrol
- Created: 2023-06-15T17:37:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T17:46:10.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T04:34:09.815Z (over 1 year ago)
- Language: HTML
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auth0js sdk sample
This a demo of various options of auth0js sdk
### Clone git repo
```sh
git clone https://github.com/pushpabrol/auth0jssdksample
```
### Start serving
- Install serve
```sh
serve --ssl-cert localhost.pem --ssl-key localhost-key.pem -p 443
```
### Open browser
The demo is running under [https://localhost](https://localhost)