Skip to content

0.9.0

Compare
Choose a tag to compare
@sahat sahat released this 23 Jan 02:40
· 963 commits to master since this release
  • Added support for OAuth 2.0 state. aad667c 925c3e7 b0aee23 2cdb967
  • New optional responseParams for OAuth 2.0 for getting custom data other than code, redirect_uri and client_id. See Issue #237 for more information. 03fd4c5
  • $auth.setToken's second parameter has been renamed to redirect rather than isLinking to clarify the confusion expressed in #242. 314e323
  • GitHub provider now requests email scope by default. 1c7370c
  • Windows Live provider now requests email scope by default. 1c7370c
  • Fixed http interceptor bug where it could not be set to false. 69e9ec2
  • exp JWT claims is now optional in $auth.isAuthenticated, i.e. return true if exp was never sent by server to check for token expiration date on the client, just as long as a token itself exists. 6bef39a
  • Satellizer code refactoring. ec88591 07abd40 6fe6e38 1a9ed59
  • Demo: Login controller .error handler can now take an error message as a string, not just as response.data.message object. 36a53cb
  • Demo: Removed console.log statement from passwordMatch directive. 1329299
  • Node.js: Print error to console if MongoDB is not running. 7ceda4a
  • Node.js: Updated dependencies. 389e468
  • Java: JSON Web Token verification. 0a2363c
  • Python: Fixed Google authentication example. 2c483cd
  • Python: Fixed a "typo" in GitHub authentication function when looking up a user from database. 21867c9
  • PHP: Updated signup controller to handle object response from PHP back-end example. eee1a54
  • PHP: Fixed unlink function. 33f7174
  • PHP: Updated user signup validation. fd01f64
  • README: Added responseParams to OAuth 2.0 configuration list. d275120