Skip to content

0.3.3

Compare
Choose a tag to compare
@sahat sahat released this 22 Aug 02:30
· 1585 commits to master since this release
  • Use $rootScope[config.user] instead of $rootScope.currentUser when during token parsing.
  • Fixed flicker effect during animation transitions.
  • If user closes the window or declines authorization, it now returns a rejected promise with an error message.
  • Added tokenName config option so you could change the name of a JWT token in Local Storage.
  • The postMessage domain set to window.location.origin instead of the * wildcard.
  • Return response instead of response.data to deferred.resolve for consistency.
  • The method isAuthenticated() now correctly returns true or false.
  • Added scope to requiredUrlParams array of the Facebook provider.
  • CSS clean up via Recess.
  • Python: Fixed PyJWT package name in requirements.txt.
  • Tools: Use gulp-plumber to prevent gulp from crashing during ngAnnotate() task.