hoauth2 v1.7.0 Release Notes
Release Date: 2018-03-03 // almost 7 years ago-
- โ Added sample server and remove individual sample test
- โ Added
fetchAccessToken2
- โ Added
refreshAccessToken
and deprecatefetchRefreshToken
- ๐ Rename
authGetBS'
toauthGetBS2
- ๐ Rename
authPostBS'
toauthPostBS2
- โ Added
authPostBS3
๐ Apparently naming with prefix number is bad practice! It's all due to the differently implementation of oauth2 of vendors. Will conduct further refactor in upcoming releases.
Previous changes from v1.0.0
-
๐ New
- โ add umbrella type
OAuth2Token
to accommodateAccessToken
,RefreshToken
- type the intermediate authentication code as
ExchangeToken
๐ Fix
- โ missing client_id error for some tests by appending client_id and client_secrect into header (from test code rather library. needs thoughtful thinking how to refactor the library)
- โ add umbrella type