Skip to content

0.10.0

Compare
Choose a tag to compare
@sahat sahat released this 27 Apr 03:38
· 804 commits to master since this release
  • You can now customize "Bearer" token type by overriding $authProvider.tokenType = 'Bearer'; 04f6154
  • Changed all Facebook API calls to Graph API v2. c68c7ed
  • Added optional redirect parameter to logout method. 4d3e0de
  • $http interceptor is no longer "pushed" into config directly, but instead it is in its own factory. 8c71e36
  • state parameter is now URI encoded. e5c9ebc
  • Refactored localStorage methods with a storage factory which now supports both HTML5 localStorage and sessionStorage. 9e9cf7f 440130b
  • Refactored domain verification. #350 418a7c6
  • Fixed a bug where baseUrl could not be changed. f307555
  • Ruby: Added basic Rails example. #340
  • PHP: Updated Laravel version to 5.0 + complete code refactoring.
  • Java: Updated Dropwizard version.
  • Node.js: Removed unnecessary qs.parse() from Facebook auth example. 96d68eb