A complete client-side browser application for an OAuth3 issuer implementation.
Go to file
Drew Warren 077b2d7007 Merge branch 'bigger-png' into 'master'
make the files bigger - because BIGGER IS BETTER

See merge request !2
2017-06-19 08:51:30 -06:00
.well-known oauth3.org is now its own thing 2017-05-22 23:25:43 +00:00
assets oauth3.org is now its own thing 2017-05-22 23:25:43 +00:00
css oauth3.org is now its own thing 2017-05-22 23:25:43 +00:00
img make the files bigger - because BIGGER IS BETTER 2017-06-15 05:57:09 +00:00
js store version in variable 2017-06-14 22:47:34 +00:00
.gitignore fixed logical check in install script 2017-05-30 11:39:46 -06:00
.jshintrc add .jshintrc 2017-05-24 08:36:36 +00:00
README.md Update README.md 2017-05-30 21:57:45 -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 make the files bigger - because BIGGER IS BETTER 2017-06-15 05:57:09 +00:00
install.sh merge 2017-06-08 22:13:54 +00: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 oauth3.org.

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

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

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