Skip to content

v1.9.0

Compare
Choose a tag to compare
@lyyder lyyder released this 12 Feb 09:16
· 304 commits to master since this release
93b122e

Added

  • Support for logging in using an authorization code
    #107

Changed

  • sdk.authInfo return value has been updated
    #107. The grantType
    attribute has been deprecated and now the returned attributes are:
    • isAnonymous: a boolean denoting if the currently stored token only allows
      public read access
    • scopes: an array containing the scopes associated with the access token