]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix link
authorJoey Hess <joey@kitenet.net>
Mon, 13 Feb 2012 16:54:07 +0000 (12:54 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 13 Feb 2012 16:54:07 +0000 (12:54 -0400)
1  2 
doc/todo/BrowserID.mdwn

diff --combined doc/todo/BrowserID.mdwn
index aafd4127532d0e51eba0fa4eb9499ca5a3ac8344,9340dc0f1848971f92ce7dc43fc88d73af9c68b1..04a9166a8e9e883705702141b20ba0f44d580d99
@@@ -2,28 -2,7 +2,24 @@@ Please consider providing a plugin for 
  
  Some additional information on BrowserID:
  
- - https://github.com/mozilla/browserid/wiki/How-to-Use-BrowserID-on-Your-Site
- - http://identity.mozilla.com/post/7616727542/introducing-browserid-a-better-way-to-sign-in
- - http://identity.mozilla.com/post/7669886219/how-browserid-differs-from-openid
- - http://identity.mozilla.com/post/7899984443/privacy-and-browserid
+ - <https://github.com/mozilla/browserid/wiki/How-to-Use-BrowserID-on-Your-Site>
+ - <http://identity.mozilla.com/post/7616727542/introducing-browserid-a-better-way-to-sign-in>
+ - <http://identity.mozilla.com/post/7669886219/how-browserid-differs-from-openid>
+ - <http://identity.mozilla.com/post/7899984443/privacy-and-browserid>
 +
 +> I would like to see BrowserID offered as a signin option in ikiwiki
 +> right next to the buttons for common openid providers.
 +> 
 +> As far as implementing it goes, I don't want to rely on browserid.org.
 +> This means that include.js needs to be shipped with ikiwiki (or in a
 +> dependency in a sane world). 
 +> 
 +> And it means that relying on a https
 +> connection to browserid.org to verify the user's identity assertion
 +> token is out. (Well, it's probably out anyway, since it relies on https
 +> CA security as the only security in that part of the protocol.)
 +> 
 +> This seems to need an implementation, in perl or an externally callable
 +> program (haskell would be fine ;),
- > of <https://wiki.mozilla.org/Identity/Verified_Email_Protocol>.
- > The documentation of which is .. two cellphone snaps of a whiteboard?
- > There is some kind of standalone verifier, but I have not found
- > the part of the code that actually does the crypto.
- > <https://github.com/mozilla/browserid/blob/dev/bin/verifier>
++> of <https://wiki.mozilla.org/Identity/BrowserID#Assertion_Verification>.
 +> --[[Joey]]