express-basic-auth icon indicating copy to clipboard operation
express-basic-auth copied to clipboard

add support for Promise-based authorizers

Open refractalize opened this issue 8 years ago • 0 comments

This PR does a couple of things (very happy to split of course)

  1. improves support for errors occurring in synchronous and asynchronous authorizers
  2. allows authorizers to return promises of true/false.

refractalize avatar Mar 27 '18 12:03 refractalize