cloudant / nodejs-cloudant

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

Use cookie token manager #398

Closed smithsz closed 5 years ago

smithsz commented 5 years ago

Checklist

Description

Use the new CookieTokenManager (see #397) in the cookieauth plugin.

Approach

Remove cookie renewal logic from plugin code and use CookieTokenManager instead.

Schema & API Changes

No change.

Security and Privacy

No change.

Testing

Update existing tests as follows: