From: Joey Hess Date: Mon, 13 Feb 2012 16:54:07 +0000 (-0400) Subject: fix link X-Git-Tag: 3.20120203~160 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/779e9228149b35de3722cd4863380d7aad6e2fe4?hp=c5ba451bb561f185577b82f736671ea9fbd56b69 fix link --- diff --git a/doc/todo/BrowserID.mdwn b/doc/todo/BrowserID.mdwn index 9340dc0f1..04a9166a8 100644 --- a/doc/todo/BrowserID.mdwn +++ b/doc/todo/BrowserID.mdwn @@ -6,3 +6,20 @@ Some additional information on 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 . +> --[[Joey]]