max-mapper / monocles

[NOT MAINTAINED] diaspora... as a couchapp! in pure javascript and fully OStatus compliant (almost)
http://monocl.es
180 stars 15 forks source link

BrowserID login broken! #36

Open lloyd opened 13 years ago

lloyd commented 13 years ago

It looks like monocles was bitten by a recent API change we made to browserid. The fix is simply to send assertions to the verifier using POST instead of GET. Here's a blog post from the moz identity dudes about the change:

http://identity.mozilla.com/post/11638168358/note-to-implementers-we-changed-the-verifier-api

max-mapper commented 13 years ago

thanks!