walnut_launchpad.html/README.md

22 lines
379 B
Markdown
Raw Permalink Normal View History

2018-05-17 09:00:59 +00:00
OAuth3 Web App
2017-08-08 21:09:49 +00:00
--------------
2018-05-17 09:00:59 +00:00
Prototype OAuth3 Web App.
2017-08-08 21:09:49 +00:00
No build tools or fancy web server required.
Clone and load the HTML. That's all.
```bash
npm install -g serve-https
2018-05-17 09:00:59 +00:00
git clone git@git.coolaj86.com:coolaj86/walnut_launchpad.html.git
2017-08-08 21:09:49 +00:00
2017-10-03 21:11:25 +00:00
# install oauth3 to /assets/oauth3.org
pushd walnut_launchpad
bash ./install.sh
2017-08-08 21:09:49 +00:00
serve-https
```
2018-05-17 09:00:59 +00:00
<https://localhost.example.com:8443>