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
Added implicit grant flow. Simply add responseType: 'token' during the config phase. By @andreabeggiato-geekcups a780077
New helper methods $auth.getToken() and $auth.getPayload(). a48e74e
OAuth query string is now passed entirely to the server instead of just code or oauth_token + oauth_verifier. 9610998
isAuthenticated() no longer throws an error if you are not using JSON Web Token. In such case it bypasses a check for token expiration. 6b0b3b8
Query string is no longer URIEncoded because it was causing problems with Facebook OAuth. 1f47727
Throw an error if server token name does not match token name specified via Satellizer. For example you are returning access_token from the server but Satellizer is configured to work token. a3c616f
Abstracted away redirectUrl's current location with currentUrl() function that handles both modern browsers and IE < 10. 26b7d25