Skip to content

Releases: sahat/satellizer

0.8.8

31 Dec 06:14
Compare
Choose a tag to compare
  • New removeToken method. fc5c4bd
  • Fixed CommonJS require issue.
  • Improved CORS support by sending withCredentials: true on HTTP request.
  • Added information banner to the minified file.
  • New default Facebook popup size 580x400.
  • Do not redirect after signup if signupRedirect is false.
  • Demo: Added confirm password directive.
  • Java: Updated templates path to /partials instead of /views.
  • PHP: Removed unnecessary first() in createToken function.
  • Python: Added JWT error handling.

0.8.7

11 Dec 06:47
Compare
Choose a tag to compare
  • fixed an issue with browserify require(). 2bc4825
  • added version/license banner to the minified file. 795948a
  • use withCredentials: true option in the $http request in order to allow passing cookies via CORS. 85138a8
  • readme: updated api docs. 9b29a2f

0.8.6

11 Dec 06:42
Compare
Choose a tag to compare
  • conditional http interceptor. 701f5b4
  • removed bower install from .travis.yml. d62cdde
  • removed unused depedencies from package.json. 2ca20c3
  • re-organized bower.json. b216d27
  • added http interceptor true/false flag. cb67144
  • removed unused $authProvider from http interceptor. 1045d34
  • removed an extra comma / added missing semicolons. 44ece7d 75529e0

0.8.5

26 Nov 01:02
Compare
Choose a tag to compare
  • windows live sign-in.
  • organized satellizer.js into individual files inside src directory.
  • use local lib files instead of CDN links and Bower.
  • cleaned up gulpfile tasks.
  • node: added microsoft windows live sign-in implementation.
  • php: added .htaccess with Authorization header mod_rewrite. #198
  • python: added github sign-in.

0.8.4

06 Nov 20:01
Compare
Choose a tag to compare

0.8.3

29 Oct 23:05
Compare
Choose a tag to compare
  • Added Login with Yahoo. a8abafb 78c7fbd
  • Removed redundant name property from GitHub config options. f3413b7
  • Fixed Google, Twitter, LinkedIn user creation in Python example. 69d3a7c

0.8.2

27 Oct 02:07
Compare
Choose a tag to compare
  • Auth header is now configurable. Defaults to Authorization: Bearer <token> as before. However, you now can use something like x-token-auth: <token> depending on your backend requirements. #169
  • PHP: Fixed Laravel Local SignUp Issue. 709d9cc

0.8.1

22 Oct 05:12
Compare
Choose a tag to compare
  • Bug Fix: Authorization header was not being sent with CORS configuration. (#164)
  • Bug Fix: Function pollPopup() was not sending code query string when $location.search() is non-empty. #166

0.8.0

20 Oct 01:37
Compare
Choose a tag to compare
  • 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

0.7.1

03 Oct 17:47
Compare
Choose a tag to compare
  • Fixed Facebook redirect_uri issue. It expects a slash at the end, e.g. http://localhost:3000/. 584559d
  • Embedded Base64.js polyfill into satellizer. (extra ~500 bytes) 0223ec4
  • Strip slash character from authorization code that could result in code being invalid. 6b0c6bd
  • Demo: Improved passwordStrength directive. Thanks @giorgiofellipe. 5e9c47a
  • Demo: Display an alert if email is already taken. 07c2d4e
  • Demo: Fixed an issue where Back button was broken after successful logout. db5ddb8
  • Scala: Updated Scala example. Thanks @tabdulradi. f49e2c5
  • Flask: Python 2.7.x compatible by default. 647da34
  • PHP: Check email availability on signup. 0693006
  • Node: Check email availability on signup. 923ef21
  • Node: No longer set iss on token. (not necessary for demo) d309d19