Re: How to add BrowserId plugin to OSX binary install of CouchDB

2014-02-04 Thread Pieter van der Eems
I know this is an old conversation but I just thought I would add my findings since I recently got couchdb with browserid working on my armhf system. I had first tried and failed compiling couchdb with browserid plugin like the browserid github documentation suggested (clone build-couchdb, init su

Re: How to add BrowserId plugin to OSX binary install of CouchDB

2013-12-19 Thread Sjoerd de Jong
Thanks Jan for your reply. Is there any indication when the plugin system might land? I’d like to help but I have no Erlang experience, is there anything I can do? Kind regards, Sjoerd On 19 Dec 2013, at 21:26, Jan Lehnardt wrote: > > On 18 Dec 2013, at 23:08 , Sjoerd de Jong wrote: > >> D

Re: How to add BrowserId plugin to OSX binary install of CouchDB

2013-12-19 Thread Jan Lehnardt
On 18 Dec 2013, at 23:08 , Sjoerd de Jong wrote: > Dave, > > Thanks for the extensive description. It’s a little hacky indeed but I’ve > learned quite a bit from your approach. We’re getting closer! > > From a different perspective, what is the reason to not include Persona into > the regula

Re: How to add BrowserId plugin to OSX binary install of CouchDB

2013-12-18 Thread Jens Alfke
On Dec 18, 2013, at 2:08 PM, Sjoerd de Jong wrote: > From my point of view, Persona is great way to have decent security in a > really simple setup. It enables couchapps to be fully secure, without the > need of installing any other services, which is a major feature imho. As > OAuth is alrea

Re: How to add BrowserId plugin to OSX binary install of CouchDB

2013-12-18 Thread Sjoerd de Jong
Dave, Thanks for the extensive description. It’s a little hacky indeed but I’ve learned quite a bit from your approach. We’re getting closer! From a different perspective, what is the reason to not include Persona into the regular build of CouchDB? Is it to prevent growth of the distribution?

Re: How to add BrowserId plugin to OSX binary install of CouchDB

2013-12-18 Thread Dave Cottlehuber
On 18. Dezember 2013 at 11:09:56, Sjoerd de Jong (sjo...@weett.nl) wrote: > > Hello, > > For some time I am struggling with getting the BrowserId (Persona) > plugin running on my machine (OSX Mavericks). > > Previously I compiled https://github.com/iriscouch/browserid_couchdb > using `rak

How to add BrowserId plugin to OSX binary install of CouchDB

2013-12-18 Thread Sjoerd de Jong
Hello, For some time I am struggling with getting the BrowserId (Persona) plugin running on my machine (OSX Mavericks). Previously I compiled https://github.com/iriscouch/browserid_couchdb using `rake plugin="git://github.com/iriscouch/browserid_couchdb origin/master”` on build-couchdb. For so