A complete client-side browser application for an OAuth3 issuer implementation.
Go to file
Drew Warren fbb24fe677 Update install.sh 2017-10-06 18:02:13 -06:00
.well-known org.oauth3 -> issuer@oauth3.org 2017-08-09 18:22:41 +00:00
assets/com.bootstrapcdn/spacelab moving over all the files" 2017-06-19 13:29:44 -06:00
css fixing one thing of css 2017-06-19 16:45:29 -06:00
fonts moving over all the files" 2017-06-19 13:29:44 -06:00
img changing logo to png 2017-07-10 16:26:43 -06:00
js fix check and add dashes 2017-07-07 11:29:22 -06:00
.DS_Store changing logo to png 2017-07-10 16:26:43 -06: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-09-05 15:13:06 -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 -> issuer@oauth3.org 2017-08-09 18:22:41 +00:00
install.sh Update install.sh 2017-10-06 18:02:13 -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 oauth3.org.

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

git clone git@git.daplie.com:OAuth3/issuer_oauth3.org.git /srv/walnut/packages/pages/issuer@oauth3.org
ln -s issuer@oauth3.org /srv/walnut/packages/pages/org.oauth3
pushd /srv/walnut/packages/pages/issuer@oauth3.org
bash ./install.sh
popd
echo "issuer@oauth3.org" >> /srv/walnut/packages/sites/EXAMPLE.COM
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/issuer@oauth3.org/assets/oauth3.org.

The 'login popup' is hosted on our tardigrade proxy VM.