Make redirect_uri verification optional because many IndieAuth clients don't implement it - show a stylish icon to convey whether the client was verified

This commit is contained in:
Danielle McLean 2017-10-29 19:15:29 +11:00
parent 3c95eeeefb
commit e5d3af1b51
Signed by untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
8 changed files with 63 additions and 9 deletions

View file

@ -8,6 +8,7 @@
"stylus": "^0.54.5"
},
"dependencies": {
"openwebicons": "^1.4.3"
"openwebicons": "^1.4.3",
"tippy.js": "^1.4.1"
}
}