Releases
0.13.0
sahat
released this
02 Nov 01:44
🪲 Bug Fixes
Fixed Google Chrome (iOS) bug. 17a8e0e
Fixed a mobile bug where popup is not getting closed after successful authorization. #584
No longer throws an error "Expecting a token named..." . 41b25f5
Fixed JavaScript exceptions when a token that looks like JWT (with 3 parts) is not a valid JWT, i.e. it shouldn't try to JSON.parse
it. 66beb2d
Added try/catch around getPayload to handle invalid JWT. d5993f2
Java: Bug fixes for issues 573 and 574. #575
🌟 New Features
CommonJS support. be482f1
Allow URL override for Login, Signup and Unlink. 529b6af
Updated Facebook authorization endpoint to Graph API 2.5 (it should still be compatible with previous versions). 720efee
Store token in memory if Local Storage is not available (Safari Private Window). 9f08606
Use Angular's $log
instead of console.log
for easier mocking and debugging. #616
Node: Support for Facebook Graph API 2.5 by passing permission fields explicitly. 99f562d
🔨 Refactoring
Ionic-specific popup options are now in Satellizer, however, you can still override these options. f2f3c0b
Removed duplicate window.location.origin
code. db31d94
Set Bower Angular.js dependency as >=1.3
instead of ^1.3
. Whenever Angular 2.0 comes out eventually, I will update this line again. 14846af
Test coverage, although Code Climate seems to be tracking Branches coverage (70%+) instead of Statements coverage (90%+).
Added auto-login after signup to the AngularJS example code. 4ce780d
Removed redundant ternary operator on joinUrl()
function. bdd86e9
Ruby: Added missing auth methods. 466ef92
PHP: Commented out CSRF middleware. #584
Python: Don't use hard-coded client-side path. 437e1db
Python: Updated Twitter auth. decf1af
📖 Other
Added Windows instructions for PHP Example's Getting Started section. 47bc4af
You can’t perform that action at this time.