pouchdb-auth icon indicating copy to clipboard operation
pouchdb-auth copied to clipboard

A PouchDB plug-in that simulates CouchDB's authentication daemon. Includes a users db that functions like CouchDB's.

Results 30 pouchdb-auth issues
Sort by recently updated
recently updated
newest added

### Issue I'm receiving the following error when using pouchdb-auth: ``` TypeError: Promise.resolve is not a function PouchDB../node_modules/pouchdb-auth/lib/index.js.exports.useAsAuthenticationDB /PWAProjects/pwa-tna/node_modules/pouchdb-auth/lib/index.js:63 60 | } 61 | 62 | > 63 | return...

Using pouchdb-auth with pouchdb-adapter memory fails for me with the error `Security methods already installed.` However while digging deeper it turns out that the real error is this: ``` TypeError:...

Hi, I noticed you have a lot of greenkeeper pulls failing on Travis with a rather cryptic error e.g. https://travis-ci.org/pouchdb/pouchdb-auth/jobs/208505418#L265 ``` > pouchdb-plugin-helper "lint" events.js:72 throw er; // Unhandled 'error'...

Let’s get started with automated dependency management for pouchdb-auth :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

I started to look into #23 as It recently stopped working for me, after running the tests locally I get a few errors: https://gist.github.com/Shard/ebefea0bbd1a089faddb8c8d336c9eef I started to look into the...

Any api function call (.session || logIn) produce this error err TypeError: db.getUrl is not a function at eval (eval at (vendors.bundle.js:832), :75:18) at httpQuery (eval at (vendors.bundle.js:832), :31:10) at...

Hello lovely humans, [couchdb-calculate-session-id](https://www.npmjs.com/package/couchdb-calculate-session-id) just published its new version 1.1.2. State Failing tests :warning: Dependency couchdb-calculate-session-id New version 1.1.2 Type dependency This version is **covered** by your **current version range**...

greenkeeper

Hello lovely humans, [crypto-lite](https://www.npmjs.com/package/crypto-lite) just published its new version 0.2.0. State Update :rocket: Dependency crypto-lite New version 0.2.0 Type dependency This version is **not covered** by your **current version range**....

greenkeeper

Hello lovely humans, [pouchdb-promise](https://www.npmjs.com/package/pouchdb-promise) just published its new version 6.1.2. State Update :rocket: Dependency pouchdb-promise New version 6.1.2 Type dependency This version is **not covered** by your **current version range**....

greenkeeper

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...