Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 609 Bytes

Changelog.md

File metadata and controls

34 lines (19 loc) · 609 Bytes

2.4.1

  • Fixed TS export to model CommonJS

2.4.0

  • Added support for a custom user key (customUserKey)
  • Added TypeScript definitions

2.3.0

  • Added support for a custom scope key (customScopeKey)

2.2.0

  • Added support for array scopes
  • Added option checkAllScopes to check that all the required scopes are allowed

2.1.1

  • Add WWW-Authenticate header when authentication fails

2.1.0

  • Added option failWithError to call next() when scope is insufficient

2.0.0

  • Fix express deprecation of res.send
  • Added express@^4.0.0 as a peer dependency

1.0.0

  • Initial Commit