Skip to content

0.8.8

Compare
Choose a tag to compare
@sahat sahat released this 31 Dec 06:14
· 1014 commits to master since this release
  • New removeToken method. fc5c4bd
  • Fixed CommonJS require issue.
  • Improved CORS support by sending withCredentials: true on HTTP request.
  • Added information banner to the minified file.
  • New default Facebook popup size 580x400.
  • Do not redirect after signup if signupRedirect is false.
  • Demo: Added confirm password directive.
  • Java: Updated templates path to /partials instead of /views.
  • PHP: Removed unnecessary first() in createToken function.
  • Python: Added JWT error handling.