connect-couchbase icon indicating copy to clipboard operation
connect-couchbase copied to clipboard

NodeJS Session Store for Couchbase backed applications.

Results 10 connect-couchbase issues
Sort by recently updated
recently updated
newest added

I have issue while move application from one data-center to another Data-Center (domain is same). version :: ^0.2.10 SyntaxError: Unexpected token o in JSON at position 1 at JSON.parse ()...

Hi, I get an error like below after I changed a key's value manually in couchbase session document. ``` SyntaxError: Unexpected token o in JSON at position 1 at Object.parse...

Hi All, The code is not up to date for Couchbase version 5.0, As you all are aware that couchbase has changed the authentication code in latest version. So this...

Set connectionTimeout and operationTimeout only if opening a bucket. If using an existing bucket with the db property, the timeout properties will not be changed.

When initializing connect-couchbase with an existing bucket via the db property, do not set connectionTimeout and operationTimeout. Please see pull request: https://github.com/christophermina/connect-couchbase/pull/21

See PR and my comment here: https://github.com/christophermina/connect-couchbase/pull/17

add authentification for CouchBase 5.0 with new Model of Security.

Hello, I had a strange behaviour on session `expire`. I am using `resave: false` in expression-session because as mentioned in there repository: > The default value is true, but using...

https://github.com/christophermina/connect-couchbase/pull/13