0.10
版本发布时间: 2015-04-27 11:38:26
sahat/satellizer最新发布版本:0.15.5(2016-08-30 17:25:12)
- You can now customize "Bearer" token type by overriding
$authProvider.tokenType = 'Bearer';
04f6154fa0c00173a10f3a2f371a491ca711bada - Changed all Facebook API calls to Graph API v2. c68c7edbc02be5214bf5ea7100fb980e7053da7f
- Added optional redirect parameter to logout method. 4d3e0de6aef9afe42fb5ae55cd5407c3a0795c92
- $http interceptor is no longer "pushed" into config directly, but instead it is in its own factory. 8c71e3660d15af601a50ac3be5ed2a0f9d76a4e4
-
state
parameter is now URI encoded. e5c9ebcf7e365dc0caa66eba73376cb15aa942e8 - Refactored localStorage methods with a
storage
factory which now supports both HTML5 localStorage and sessionStorage. 9e9cf7f4e5162915e9384d7679a9abddad5dc41b 440130b11e92a67aaf8ba184b4cc5ee3c28293c5 - Refactored domain verification. https://github.com/sahat/satellizer/pull/350 418a7c651ccc006ace78acdcbbd9637d4f0ab94b
- Fixed a bug where
baseUrl
could not be changed. f3075554e9c7d744b7572a6edf4a46a8e0d995b7 - Ruby: Added basic Rails example. https://github.com/sahat/satellizer/pull/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. 96d68eb8a2e8a5fa8e33519d6fc3f84f360e5b98