Skip to content

0.13.4

Compare
Choose a tag to compare
@sahat sahat released this 12 Jan 09:05
· 360 commits to master since this release
🪲 Bug Fixes
  • Check for response.data before accessing response.data[token] in setToken method. That should fix Cannot read property "token" of undefined errors. [c787bce]
  • Lowered popup polling rate from 50ms to 20ms, which should help with an issue where popup remains open. [c787bce]
  • Use spaces for scope delimitation in Bitbucket configuration. [8ccbd45]
  • Renamed internal use propertytype to oauthType in order to avoid conflict with a potential request param called type. [4d0ee3c]
🔨 Other Updates
  • Ruby: Added Authorization class. [b3c6f79]
  • Ruby: Fixed Facebook example; removed address field. 5dbf734