Skip to content

0.13.1

Compare
Choose a tag to compare
@sahat sahat released this 21 Nov 01:15
· 432 commits to master since this release
🪲 Bug Fixes
  • Error from a popup query string is now correctly bubbled up in the promise chain via $q.reject. For example when user presses Cancel button, access_denied error is usually returned, instead of an authorization code. 1e60c8d
  • Added missing "type" field to the Instagram config. d8594c1
🌟 New Features
  • httpInterceptor can now be a function, as well as a boolean. See PR #631.
  • Skip exchangeForToken server API call and setToken method when OAuth provider url is null, instead of /auth/facebook, as an example. This is for a scenario when someone wishes to opt out from Satellizer's magic by doing authorization code exchange and saving a token to Local Storage manually. See the following issue for feature request #548.
🔨 Refactoring
  • Node.js: Handle error during user.save(). 071975d

📖 Other

  • Added FAQ section to README.
  • Moved Auth Flow guide from Wiki to README.