pouchdb-auth
pouchdb-auth copied to clipboard
Pop-up authentication in NW.js
We are using this plugin to help our NW.js (former node-webkit) app authenticate against a CouchDB server, but even with the {skipSetup:true} being passed our app shows a authentication pop-up for the user.
We are coding in Node.js context, not browser. I believe there's a request without authentication going to server...but the only thing I found was directed to browser: Everybody has to be logged In to do anything and didnt work as well.
Couldnt found any working example with pouchdb-auth, could someone help with this?