You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.