diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index f5341fb..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 4249b68..1791af7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.*sw* bower_components/ assets/ +.DS_Store diff --git a/img/.DS_Store b/img/.DS_Store deleted file mode 100644 index a0da656..0000000 Binary files a/img/.DS_Store and /dev/null differ diff --git a/index.html b/index.html index 958781f..56604e6 100644 --- a/index.html +++ b/index.html @@ -1,26 +1,26 @@ - - - - Login Facilitator: OAuth3.org - - - - - - + + + + Login Facilitator: OAuth3.org + + + + + + - + - - - - + + + + - + - +

daplie.me

@@ -92,7 +92,7 @@
--> -

Almost done. Now it’s time to set your preferences.

+

Almost done. Now it's time to set your preferences.


@@ -151,5 +151,5 @@ - + diff --git a/js/issuer.js b/js/issuer.js index f7f8f7b..08e898d 100644 --- a/js/issuer.js +++ b/js/issuer.js @@ -91,6 +91,7 @@ $(function () { // TODO put in directives.json or similar var grantDescriptions = { + // deprecated 'oauth3_authn': "Basic secure authentication" , 'wallet': "Access to payments and subscriptions" , 'bucket': "Access to file storage" @@ -99,6 +100,17 @@ $(function () { , 'domains:glue': "Glue Record management (for vanity nameservers)" , 'domains:ns': "Name Server management" , 'dns': "DNS records (A/AAAA, TXT, SRV, MX, etc)" + + // new + , 'hello@example.com': "Hello World Example Access" + , 'authn@oauth3.org': "Basic secure authentication" + , 'wallet@oauth3.org': "Access to payments and subscriptions" + , 'bucket@oauth3.org': "Access to file storage" + , 'db@oauth3.org': "Access to app data" + , 'domains@oauth3.org': "Domain registration (and Glue and NS records)" // TODO make an alias + , 'domains:glue@oauth3.org': "Glue Record management (for vanity nameservers)" + , 'domains:ns@oauth3.org': "Name Server management" + , 'dns@oauth3.org': "DNS records (A/AAAA, TXT, SRV, MX, etc)" , '*': "FULL ACCOUNT ACCESS" };