Skip to content

Handle ldapjs errors and allow handling errors as failures

Compare
Choose a tag to compare
@vesse vesse released this 02 Jan 20:15
· 76 commits to master since this release
  • ldapauth-fork now re-emits ldapjs errors and they can now be handled in authenticate.
  • Added new option handleErrorsAsFailures that makes the strategy call fail instead of error with emitted or callback returned errors.