issuer.html/README.md

31 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2017-11-10 19:17:36 +00:00
issuer.html
===========
2017-05-22 23:25:43 +00:00
2017-11-10 19:17:36 +00:00
| [oauth3.js](https://git.oauth3.org/OAuth3/oauth3.js)
| *issuer.html*
| [issuer.rest.walnut.js](https://git.oauth3.org/OAuth3/issuer.rest.walnut.js)
2017-11-13 18:27:50 +00:00
| [issuer.srv](https://git.oauth3.org/OAuth3/issuer.srv)
2018-04-23 22:08:07 +00:00
| Sponsored by [ppl](https://ppl.family)
2017-11-10 19:17:36 +00:00
This is a browser application which implements the issuer side of the *authorization_dialog* flow for OAuth3.
It may be used client-side only (public key or granted scope syncing will be disabled),
or will the *issuer.rest.walnut.js* APIs on the backend for full functionality.
For use with walnut it must be installed to `/opt/walnut/packages/pages/issuer@oauth3.org`
2017-05-23 19:10:37 +00:00
```bash
2017-11-10 19:17:36 +00:00
git clone git@git.oauth3.org:OAuth3/org.oauth3.git /opt/walnut/packages/pages/issuer@oauth3.org
pushd /opt/walnut/packages/pages/issuer@oauth3.org
2017-05-23 19:10:37 +00:00
bash ./install.sh
2017-05-30 17:32:49 +00:00
popd
2017-05-23 19:10:37 +00:00
```
2017-05-31 03:57:45 +00:00
```bash
2017-11-10 19:17:36 +00:00
echo "issuer@oauth3.org" >> /opt/walnut/var/sites/EXAMPLE.COM
2017-05-31 03:57:45 +00:00
```
This uses the OAuth3 JavaScript SDK `oauth3.js` as a subpackage in
2017-11-10 19:17:36 +00:00
`/opt/walnut/packages/pages/issuer@oauth3.org/assets/oauth3.org`.