Skip to content

0.14.0

Compare
Choose a tag to compare
@sahat sahat released this 23 Feb 19:22
· 307 commits to master since this release
🪲 Bug Fixes
  • [2af5fb9, 5883aa9] More robust comparison logic when checking redirectUri with the popup window URL.
  • [62734a3] Popup polling now correctly checks condition against the original redirectUri value. This fixes an issue where popup is immediately closed when your own OAuth service and Client app are on the same host.
  • [76ba026] Fixed $digest already in progress error during popup polling.
  • [7cff655] Node.js: Use req.header('Authorization') for obtaining authorization header.
  • [0dbd12e] PHP: Use full namespace for JWT module.
  • [0ba52b6] PHP: Use fields param in Graph API url; added email field to the Facebook auth.
🌟 Enhancements
  • [b23cc7e] Expired Satellizer token is no longer removed from Local Storage.
  • [0a8b967] Improved popup error handling.
  • [2adf481] Updated OAuth 2.0 state mismatch error message.
  • [70781fc, 7bed5bb] Updated ionic dependencies; use latest InAppBrowser plugin.
  • [3ccb9e6] Show InAppBrowser toolbar by default, so that users could close the window without having to restart the app.
  • [4b77687] Removed config.cordova config option in favor of window.cordova (available by default).

📖 Other

  • [bca18bc] Added new FAQ questions and answers.
  • [8792bfe] Bower getting started instructions.