cloudant / nodejs-cloudant

Cloudant Node.js client library
Apache License 2.0
255 stars 90 forks source link

Cookie persistence workaround #464

Closed ricellis closed 3 years ago

ricellis commented 3 years ago

Checklist

Description

Patch tough-cookie bug in TokenManager

Fixes #463

Approach

Patch the cookie jar used in the TokenManager with the workaround for sliding updates in tough-cookie. This is mostly the same patch we used in cloudant-node-sdk just with a slight change to the initial _jar checks to suit the request module.

Schema & API Changes

Security and Privacy

Testing

Monitoring and Logging