solzimer / session-pouchdb-store

PouchDB express session store. Can do realtime session data synchronization via PouchDB server
5 stars 9 forks source link

Purge timer option has no effect? #8

Open ajf-ajf opened 3 years ago

ajf-ajf commented 3 years ago

Is this store meant to purge old DB records? The purge setting doesn't seem to be used at all in the code.

It'd be nice to not have a couch db filled up with expired session tokens. Is support for purging expired records planned?