hoauth2 v1.0.0 Release Notes
Release Date: 2017-04-07 // almost 6 years ago-
๐ 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