cloudant / nodejs-cloudant

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

Disable cookie authentication if credentials are missing. #405

Closed smithsz closed 5 years ago

smithsz commented 5 years ago

Checklist

Description

Disable cookie authentication if credentials are missing.

Approach

If credentials are missing then set a 'disabled' property on the cookie plugin to prevent hooks from being executed.

Schema & API Changes

No change.

Security and Privacy

No change.

Testing

Includes additional unit tests.

Monitoring and Logging

No change.