hoauth2 v1.7.0 Release Notes

Release Date: 2018-03-03 // about 6 years ago
    • โž• Added sample server and remove individual sample test
    • โž• Added fetchAccessToken2
    • โž• Added refreshAccessToken and deprecate fetchRefreshToken
    • ๐Ÿ“‡ Rename authGetBS' to authGetBS2
    • ๐Ÿ“‡ Rename authPostBS' to authPostBS2
    • โž• 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 accommodate AccessToken, 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)