0.13.1
版本发布时间: 2015-11-21 09:15:44
sahat/satellizer最新发布版本:0.15.5(2016-08-30 17:25:12)
:beetle: 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. 1e60c8dfe981b2200984bf9df78e68d7df062cd9 - Added missing
"type"
field to the Instagram config. d8594c131c1f7a92c99f58fc03dd59172159b966
:star2: New Features
-
httpInterceptor
can now be a function, as well as a boolean. See PR https://github.com/sahat/satellizer/pull/631. - Skip
exchangeForToken
server API call andsetToken
method when OAuth provider url isnull
, 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 https://github.com/sahat/satellizer/issues/548.
:hammer: Refactoring
- Node.js: Handle error during user.save(). 071975d2d50750bd49d269a450c9d10adb886838
:book: Other
- Added FAQ section to README.
- Moved Auth Flow guide from Wiki to README.