Skip to content

Latest commit

 

History

History
285 lines (84 loc) · 8.4 KB

File metadata and controls

285 lines (84 loc) · 8.4 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.5.4 (2020-04-29)

Bug Fixes

  • authentication-oauth: Add getEntity method to oAuth authentication and remove provider field for other calls (#1935) (d925c1b)

4.5.3 (2020-04-17)

Bug Fixes

  • authentication-oauth: Allow req.feathers to be used in oAuth authentication requests (#1886) (854c9ca)

4.5.2 (2020-03-04)

Bug Fixes

  • package: update grant-profile to version 0.0.11 (#1841) (5dcd2aa)

4.5.1 (2020-01-24)

Note: Version bump only for package @feathersjs/authentication-oauth

4.5.0 (2020-01-18)

Features

  • authentication-oauth: Set oAuth redirect URL dynamically and pass query the service (#1737) (0b05f0b)

4.4.3 (2019-12-06)

Note: Version bump only for package @feathersjs/authentication-oauth

4.4.1 (2019-11-27)

Note: Version bump only for package @feathersjs/authentication-oauth

4.4.0 (2019-11-27)

Features

  • authentication-oauth: Set oAuth redirect URL dynamically (#1608) (1293e08)

4.3.11 (2019-11-11)

Bug Fixes

  • authentication-oauth: Allow hash based redirects (#1676) (ffe7cf3)

4.3.10 (2019-10-26)

Note: Version bump only for package @feathersjs/authentication-oauth

4.3.9 (2019-10-26)

Bug Fixes

  • Only initialize default Express session if oAuth is actually used (#1648) (9b9b43f)

4.3.7 (2019-10-14)

Note: Version bump only for package @feathersjs/authentication-oauth

4.3.5 (2019-10-07)

Note: Version bump only for package @feathersjs/authentication-oauth

4.3.4 (2019-10-03)

Note: Version bump only for package @feathersjs/authentication-oauth

4.3.3 (2019-09-21)

Bug Fixes

  • Small improvements in dependencies and code sturcture (#1562) (42c13e2)

4.3.2 (2019-09-16)

Note: Version bump only for package @feathersjs/authentication-oauth

4.3.1 (2019-09-09)

Bug Fixes

  • Omit standard protocol ports from the default hostname (#1543) (ef16d29)

4.3.0 (2019-08-27)

Note: Version bump only for package @feathersjs/authentication-oauth

4.3.0-pre.4 (2019-08-22)

Note: Version bump only for package @feathersjs/authentication-oauth

4.3.0-pre.3 (2019-08-19)

Bug Fixes

  • Update all dependencies (7d53a00)
  • Use WeakMap to connect socket to connection (#1509) (64807e3)

4.3.0-pre.2 (2019-08-02)

Bug Fixes

  • Add method to reliably get default authentication service (#1470) (e542cb3)

4.3.0-pre.1 (2019-07-11)

Note: Version bump only for package @feathersjs/authentication-oauth

4.0.0-pre.5 (2019-07-10)

Note: Version bump only for package @feathersjs/authentication-oauth

4.0.0-pre.4 (2019-07-05)

Note: Version bump only for package @feathersjs/authentication-oauth

4.0.0-pre.3 (2019-06-01)

Bug Fixes

  • Make oAuth paths more consistent and improve authentication client (#1377) (adb2543)
  • Update dependencies and fix tests (#1373) (d743a7f)

4.0.0-pre.2 (2019-05-15)

Bug Fixes

  • Correctly read the oauth strategy config (#1349) (9abf314)

Features

4.0.0-pre.1 (2019-05-08)

Bug Fixes

  • Always require strategy parameter in authentication (#1327) (d4a8021)
  • Improve authentication parameter handling (#1333) (6e77204)
  • Improve oAuth option handling and usability (#1335) (adb137d)
  • Merge httpStrategies and authStrategies option (#1308) (afa4d55)
  • Rename jwtStrategies option to authStrategies (#1305) (4aee151)

Features

4.0.0-pre.0 (2019-04-21)

Features