Skip to content

Releases: sahat/satellizer

0.3.3

22 Aug 02:30
Compare
Choose a tag to compare
  • 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.

0.3.2

20 Aug 23:27
Compare
Choose a tag to compare
  • 403 response error no longer redirects you to /login.
  • Both login() and signup() methods now return a promise.
  • Display alert messages after successful logout and login.
  • Use non-minified version of satellizer.js for client demo.
  • Removed font-awesome fonts; replaced by Ionicons.
  • Serve CSS libraries from CDN.
  • Moved social sign-in buttons out of the <form> to prevent form submission.
  • Use .npmignore to avoid downloading unnecessary files during npm install satellizer.
  • Node: Fixed deprecated warnings for res.send.
  • Code cleanup.

0.3.1

20 Aug 05:59
Compare
Choose a tag to compare
  • UI improvements to Login and Signup pages.
  • Ionicons font icons.
  • Page transitions via ngAnimate.

0.3.0

19 Aug 18:54
Compare
Choose a tag to compare
  • GitHub authentication.
  • Login and Signup return a promise.
  • Errors are properly passed through the promise chain.
  • Small bug fixes.
  • Code cleanup.

0.2.0

19 Aug 18:55
Compare
Choose a tag to compare
  • Public release.