A complete client-side browser application for an OAuth3 issuer implementation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
AJ ONeal e4a84ea0b5 begin token inspector 7 years ago
.well-known org.oauth3 -> oauth3.org 7 years ago
assets/com.bootstrapcdn/spacelab moving over all the files" 7 years ago
css begin token inspector 7 years ago
fonts moving over all the files" 7 years ago
img cleanup 7 years ago
js begin token inspector 7 years ago
.gitignore cleanup 7 years ago
.jshintrc add .jshintrc 7 years ago
README.md Merge branch 'issuer-rewrite' 7 years ago
authnocode.html oauth3.org is now its own thing 7 years ago
authnopass.html oauth3.org is now its own thing 7 years ago
index.html begin token inspector 7 years ago
install.sh checkout v1.2 to match current branch 7 years ago
loginwhatis.html oauth3.org is now its own thing 7 years ago

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.