pouchdb / pouchdb-auth

A PouchDB plug-in that simulates CouchDB's authentication daemon. Includes a users db that functions like CouchDB's.
36 stars 11 forks source link

Add cache (like couchdb) #3

Open marten-de-vries opened 8 years ago

marten-de-vries commented 8 years ago

including auth_cache_size. The hardest part is probably invalidating the cache. Then again, every write to the db is already intercepted so it shouldn't be too difficult.