Releases: sahat/satellizer
Releases · sahat/satellizer
0.8.8
- 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
isfalse
. - 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
0.8.6
- 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
- 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
0.8.3
0.8.2
0.8.1
0.8.0
- 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
oroauth_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 worktoken
. a3c616f - Abstracted away redirectUrl's current location with
currentUrl()
function that handles both modern browsers and IE < 10. 26b7d25
0.7.1
- 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