cloudant / nodejs-cloudant

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

Iam token manager #399

Closed smithsz closed 4 years ago

smithsz commented 5 years ago

Checklist

Description

Add IAMTokenManager class for managing cookie session renewals.

Approach

Use token manager approach as per #397.

Schema & API Changes

No change.

Security and Privacy

No change.

Testing

Covered by existing unit tests.

Monitoring and Logging

No change.