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
At this point, we do not keep state on sessions, instead we rely on CouchDB’s auth system which encrypts username, salt, secret & a timestamp. We do not know how many sessions are currently active, and there is no way to invalidate a single session.
That’s why the following APIs are currently blocked
api.sessions.findAll()
api.sessions.removeAll()
api.sessions.on events
The text was updated successfully, but these errors were encountered:
At this point, we do not keep state on sessions, instead we rely on CouchDB’s auth system which encrypts username, salt, secret & a timestamp. We do not know how many sessions are currently active, and there is no way to invalidate a single session.
That’s why the following APIs are currently blocked
api.sessions.findAll()
api.sessions.removeAll()
api.sessions.on
eventsThe text was updated successfully, but these errors were encountered: