3.4.3 (2021-04-06)
- pkg: install express-jwt from @labshare/express-jwt (37462b6)
3.4.2 (2021-02-23)
- upgrade jwks-rsa from 1.5.1 to 1.12.2 (1f34141)
3.4.1 (2021-02-09)
- ci: resolve missing test coverage reports (a41dff8)
3.4.0 (2021-02-09)
- gh-actions: replace Travis with Github Actions (e210658)
- pkg: update semantic-release dev dependency versions (16c288b)
- authentication-decorator: support "credentialsRequired" option (c0e2c66)
3.3.1 (2020-04-01)
3.3.0 (2020-01-30)
- jwt: add option to configure audience using a provider (135babe)
3.2.5 (2019-12-20)
- oauth2: add missing scopes to unauthorized error message (a4bae08)
3.2.4 (2019-11-11)
3.2.3 (2019-11-10)
- undefined spec at authentication provider (9a57ae1)
3.2.2 (2019-10-18)
- docs: update configuration option documentation LSAUTH-231 (60acf41)
3.2.1 (2019-10-08)
- pkg: fix npm package contents (441f8f4)
3.2.0 (2019-10-04)
- profile: add user info sequence action (8894a6b)
3.1.0 (2019-10-03)
- refactor @authenticate decorator (ffbef46)
3.0.3 (2019-08-02)
3.0.2 (2019-07-11)
- pkg: fix missing 'dist' in NPM package (f39d4be)
3.0.1 (2019-07-09)
- fix Travis CI badge (cc8fca4)
3.0.0 (2019-07-03)
- lb4: loopback 4 authz support (e9d4cf4)
- lb4: replace implementation with a Loopback 4 version that uses controller and method Lb4 decorators to enable authz.
2.2.2 (2019-06-28)
2.2.1 (2019-05-31)
- ci: remove unused publishing package (095ee3a)
2.2.0 (2019-05-30)
- jwt: expose isRevokedCallback option (af94332)
2.1.4 (2019-01-30)
- parseBearerToken module issue (7f9800b)
2.1.3 (2018-11-02)
- pkg: use library instead of custom code to parse bearer token (09345b0)
2.1.2 (2018-09-12)
- pkg: npm access should be public (a797da8)
2.1.1 (2018-08-30)
- pkg: pin "deprecate" until TypeError is fixed (47f1f54)
2.1.0 (2018-08-22)
- api: export generic RS256 middleware for Express.js AUTH-1315 (20e4509)
2.0.2 (2018-08-22)
- options: optional authUrl with custom secretProvider AUTH-1314 (532bece)
2.0.1 (2018-08-10)
- options: use express-jwt fork to avoid TypeError AUTH-1286 (bb21eec)
2.0.0 (2018-07-16)
- rename "organization" configuration option to "tenant" AUTH-1217 (13bd13d)
- The "organization" configuration option is now "tenant".
1.20.0 (2018-06-30)
- npm: integrate with semantic-release SHELL-1528 (ed42ef2)
- npm: use npm versioned labshare dependencies SHELL-1536 (93cd0ad)