cloudant / nodejs-cloudant

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

Add `errorOnAuthFail` configuration to IAM authentication plugin. #387

Closed smithsz closed 5 years ago

smithsz commented 5 years ago

Checklist

Description

Add errorOnAuthFail configuration to IAM authentication plugin.

Approach

Use state.abortWithResponse to return error to calling client.

Schema & API Changes

No change.

Security and Privacy

No change.

Testing

Includes additional unit tests.

Monitoring and Logging

No change.

smithsz commented 5 years ago

I'll rebase with master and open a fresh PR.