hoauth2 v1.0.0 Release Notes

Release Date: 2017-04-07 // about 7 years ago
  • ๐Ÿ†• 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)