Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Latest commit

 

History

History
232 lines (104 loc) · 8 KB

CHANGELOG.md

File metadata and controls

232 lines (104 loc) · 8 KB

3.4.3 (2021-04-06)

Bug Fixes

  • pkg: install express-jwt from @labshare/express-jwt (37462b6)

3.4.2 (2021-02-23)

Bug Fixes

  • upgrade jwks-rsa from 1.5.1 to 1.12.2 (1f34141)

3.4.1 (2021-02-09)

Bug Fixes

  • ci: resolve missing test coverage reports (a41dff8)

3.4.0 (2021-02-09)

Bug Fixes

  • gh-actions: replace Travis with Github Actions (e210658)
  • pkg: update semantic-release dev dependency versions (16c288b)

Features

  • authentication-decorator: support "credentialsRequired" option (c0e2c66)

3.3.1 (2020-04-01)

Bug Fixes

3.3.0 (2020-01-30)

Features

  • jwt: add option to configure audience using a provider (135babe)

3.2.5 (2019-12-20)

Bug Fixes

  • oauth2: add missing scopes to unauthorized error message (a4bae08)

3.2.4 (2019-11-11)

Bug Fixes

3.2.3 (2019-11-10)

Bug Fixes

  • undefined spec at authentication provider (9a57ae1)

3.2.2 (2019-10-18)

Bug Fixes

  • docs: update configuration option documentation LSAUTH-231 (60acf41)

3.2.1 (2019-10-08)

Bug Fixes

  • pkg: fix npm package contents (441f8f4)

3.2.0 (2019-10-04)

Features

  • profile: add user info sequence action (8894a6b)

3.1.0 (2019-10-03)

Features

3.0.3 (2019-08-02)

Bug Fixes

  • ts: fix typing for secret callback (c206f39)
  • ts: fix typing of revoked callback (04bd1aa)

3.0.2 (2019-07-11)

Bug Fixes

  • pkg: fix missing 'dist' in NPM package (f39d4be)

3.0.1 (2019-07-09)

Bug Fixes

3.0.0 (2019-07-03)

Features

  • lb4: loopback 4 authz support (e9d4cf4)

BREAKING CHANGES

  • lb4: replace implementation with a Loopback 4 version that uses controller and method Lb4 decorators to enable authz.

2.2.2 (2019-06-28)

Bug Fixes

  • authz: add error message for failed /auth/me requests (#79) (c229b5c)

2.2.1 (2019-05-31)

Bug Fixes

  • ci: remove unused publishing package (095ee3a)

2.2.0 (2019-05-30)

Features

  • jwt: expose isRevokedCallback option (af94332)

2.1.4 (2019-01-30)

Bug Fixes

  • parseBearerToken module issue (7f9800b)

2.1.3 (2018-11-02)

Bug Fixes

  • pkg: use library instead of custom code to parse bearer token (09345b0)

2.1.2 (2018-09-12)

Bug Fixes

  • pkg: npm access should be public (a797da8)

2.1.1 (2018-08-30)

Bug Fixes

  • pkg: pin "deprecate" until TypeError is fixed (47f1f54)

2.1.0 (2018-08-22)

Features

  • api: export generic RS256 middleware for Express.js AUTH-1315 (20e4509)

2.0.2 (2018-08-22)

Bug Fixes

  • options: optional authUrl with custom secretProvider AUTH-1314 (532bece)

2.0.1 (2018-08-10)

Bug Fixes

  • options: use express-jwt fork to avoid TypeError AUTH-1286 (bb21eec)

2.0.0 (2018-07-16)

Features

  • rename "organization" configuration option to "tenant" AUTH-1217 (13bd13d)

BREAKING CHANGES

  • The "organization" configuration option is now "tenant".

1.20.0 (2018-06-30)

Features

  • npm: integrate with semantic-release SHELL-1528 (ed42ef2)
  • npm: use npm versioned labshare dependencies SHELL-1536 (93cd0ad)

1.19.0 (2018-05-22)

Features

  • git: Enforce structure of commit messages (3e43a04)
  • git: Enforce structure of commit messages automatically (e5f8e9f)