You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 2d182fd, session caching in redis was removed in order to simplify the setup and make it compatible with Cloudant.
Since couch-auth is now primarily targeted at self-hosted CouchDB setups and we're transitioning more and more from „offline first“ to „server first“ -> add redis as optional dependency to improve performance of checking token validity.
Maybe use dynamic imports to achieve that?
The text was updated successfully, but these errors were encountered:
With 2d182fd, session caching in redis was removed in order to simplify the setup and make it compatible with Cloudant.
Since
couch-auth
is now primarily targeted at self-hosted CouchDB setups and we're transitioning more and more from „offline first“ to „server first“ -> add redis as optional dependency to improve performance of checking token validity.Maybe use dynamic imports to achieve that?
The text was updated successfully, but these errors were encountered: