An open API service indexing awesome lists of open source software.

https://github.com/pushpabrol/auth0jssdksample


https://github.com/pushpabrol/auth0jssdksample

Last synced: 3 months ago
JSON representation

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)