A complete client-side browser application for an OAuth3 issuer implementation.
Go to file
AJ ONeal 8555d3673a forward-compat 2018-07-06 07:20:43 +00:00
_apis forward-compat 2018-07-06 07:20:43 +00:00
assets/com.bootstrapcdn/spacelab moving over all the files" 2017-06-19 13:29:44 -06:00
css begin token inspector 2017-11-08 21:55:04 +00:00
fonts moving over all the files" 2017-06-19 13:29:44 -06:00
img cleanup 2017-08-01 18:24:38 +00:00
js Merge branch 'v1.2' into playground 2017-11-29 04:07:43 +00:00
.gitignore cleanup 2017-08-01 18:24:38 +00:00
.jshintrc add .jshintrc 2017-05-24 08:36:36 +00:00
.well-known forward-compat 2018-07-06 07:20:43 +00:00
CHANGELOG add standard files 2017-11-10 12:12:38 -07:00
LICENSE add standard files 2017-11-10 12:12:38 -07:00
README.md update urls 2017-11-13 11:27:50 -07:00
authnocode.html oauth3.org is now its own thing 2017-05-22 23:25:43 +00:00
authnopass.html oauth3.org is now its own thing 2017-05-22 23:25:43 +00:00
index.html OAuth3 branding 2018-07-06 07:12:34 +00:00
install.sh update urls 2017-11-10 12:21:40 -07:00
loginwhatis.html oauth3.org is now its own thing 2017-05-22 23:25:43 +00:00
playground.html move session 2017-11-17 06:17:30 +00:00

README.md

issuer.html

| oauth3.js | issuer.html | issuer.rest.walnut.js | issuer.srv | Sponsored by Daplie

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

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
bash ./install.sh
popd
echo "issuer@oauth3.org" >> /opt/walnut/var/sites/EXAMPLE.COM

This uses the OAuth3 JavaScript SDK oauth3.js as a subpackage in /opt/walnut/packages/pages/issuer@oauth3.org/assets/oauth3.org.