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

Releases: netiam/contrib-oauth

v3.0.1

13 Jul 09:50
Compare
Choose a tag to compare

3.0.1 (2018-07-13)

Bug Fixes

  • add note about not using 2.0 (693325a)

v3.0.0

13 Jul 08:59
Compare
Choose a tag to compare

3.0.0 (2018-07-13)

Bug Fixes

  • bcrypt never missmatches on wrong passwords

Upgrade

  • upgrade bcrypt to v3

v2.0.0

03 Jul 13:11
Compare
Choose a tag to compare

2.0.0 (2018-07-03)

Bug Fixes

  • use bcrypt w/o promise wrapper (4077a51)

chore

  • bump to Node.js v10 (73aeba3)
  • Node.js v10 is now minimum version (1eba4d9)

BREAKING CHANGES

  • Node.js v10 required
  • Node.js < 10 is not supported

v1.2.0

07 Apr 07:59
Compare
Choose a tag to compare

<a name"1.2.0">

1.2.0 (2016-04-07)

Features

v1.1.2

01 Apr 09:48
Compare
Choose a tag to compare

<a name"1.1.2">

1.1.2 (2016-04-01)

Bug Fixes

  • return correct error for bcrypt.compare (c5715dde)

v1.1.1

18 Mar 20:08
Compare
Choose a tag to compare

<a name"1.1.1">

1.1.1 (2016-03-18)

Bug Fixes

  • request w/ refresh_token does not persist token pair (9958d69b)

v1.1.0

27 Feb 15:57
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-02-27)

Features

  • using new standard error type (175c5b38)

v1.0.2

26 Feb 15:11
Compare
Choose a tag to compare

<a name"1.0.2">

1.0.2 (2016-02-26)

Bug Fixes

  • do not set token ownership after token has been created (e0127bb2)
  • expires_in was always 0 (3b3a4596)

Features

  • add authorize and token endpoint (de80863c)
  • add password and refresh-token grant types (5adabc22)