A complete client-side browser application for an OAuth3 issuer implementation.
Go to file
AJ ONeal ff5c13f3fc add standard files 2017-11-10 12:12:38 -07:00
.well-known org.oauth3 -> oauth3.org 2017-08-15 20:28:03 +00:00
assets/com.bootstrapcdn/spacelab moving over all the files" 2017-06-19 13:29:44 -06:00
css error msg 2017-07-12 10:08:56 -06: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 'daplie.me' into issuer-rewrite 2017-08-07 11:20:51 -06:00
.gitignore cleanup 2017-08-01 18:24:38 +00:00
.jshintrc add .jshintrc 2017-05-24 08:36:36 +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 Merge branch 'issuer-rewrite' 2017-10-19 16:49:03 -06: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 org.oauth3 -> oauth3.org 2017-08-15 20:26:10 +00:00
install.sh Merge branch 'issuer-rewrite' 2017-10-19 16:49:03 -06:00
loginwhatis.html oauth3.org is now its own thing 2017-05-22 23:25:43 +00:00

README.md

This is a WALNUT module representing the html package for the oauth3.org popup.

It must be installed to /srv/walnut/packages/pages/issuer@oauth3.org

git clone git@git.daplie.com:OAuth3/org.oauth3.git /srv/walnut/packages/pages/issuer@oauth3.org
pushd /srv/walnut/packages/pages/issuer@oauth3.org
bash ./install.sh
popd
echo "issuer@oauth3.org" >> /srv/walnut/packages/sites/EXAMPLE.COM

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