Skip to content

0.8.0

Compare
Choose a tag to compare
@sahat sahat released this 20 Oct 01:37
· 1163 commits to master since this release
  • 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