Releases: netiam/contrib-oauth
Releases · netiam/contrib-oauth
v3.0.1
3.0.1 (2018-07-13)
Bug Fixes
- add note about not using 2.0 (693325a)
v3.0.0
3.0.0 (2018-07-13)
Bug Fixes
- bcrypt never missmatches on wrong passwords
Upgrade
v2.0.0
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
<a name"1.2.0">
1.2.0 (2016-04-07)
Features
v1.1.2
<a name"1.1.2">
1.1.2 (2016-04-01)
Bug Fixes
- return correct error for
bcrypt.compare
(c5715dde)
v1.1.1
<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
<a name"1.1.0">
1.1.0 (2016-02-27)
Features
- using new standard error type (175c5b38)
v1.0.2
<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)