marten-de-vries / pouchdb-seamless-auth

Seamless switching between online (CouchDB) and offline (PouchDB) authentication.
16 stars 6 forks source link

Allow setting a custom local auth db #29

Closed linus closed 7 years ago

linus commented 7 years ago

Instead of relying on a default _users PouchDB for local auth, allow setting a custom one. This can be useful for using together with e.g. crypto-pouch, for having a per-user encrypted auth db.

marten-de-vries commented 7 years ago

:+1:. Feel free to merge it.