Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@betzrhodes betzrhodes released this 12 Aug 23:09
· 1 commit to master since this release
c51b22e

Breaking changes for compatibility with OAuth2 library

  • Moved auth settings from constructor params to login params
  • Added setUserId function
  • Moved statics to constants
  • Updated service url's and path formatting
  • Updated error handling
  • All errors are passed to callbacks or returned
  • Errors are all strings describing the issue, and raw response is handed back to user for parsing if available
  • Added public processAuthResp method for use with authorization via OAuth2 library
  • Added new example that uses OAuth2 library for authentication
  • Moved outdated examples into Old_Examples folder