Skip to content

0.7.0

Compare
Choose a tag to compare
@sahat sahat released this 25 Sep 06:00
· 1219 commits to master since this release

New Feautres

  • IE8+ Support (code base even got smaller as a result!). eed28b6
  • You can now pass additional data as a second argument to $auth.authenticate and $auth.link.
  • Demo: UI Router has replaced ngRoute. e557e3c
  • Demo: Renamed /views folder to /partials. e8c2bb4
  • Demo: Added GitHub Project button to the home page. 6f767f2
  • Python: Added Envrionment Variables to the config.py. f603019
  • Python: Directory cleanup. 8aae431
  • Python: Added Facebook account linking. abaf032
  • Readme: Added browser support section.

Bug Fixes

  • Replaced promise.catch() with `promise.then(null, function) to support IE8. da7c9bc
  • Check if popup is open and window.focus is defined before calling focus(). 8253aee
  • Token Prefix is used only if it is defined to avoid a token name like _token if you choose not to have the satellizer_ prefix in front of name stored in Local Storage. 92f4d82
  • Demo: Display server error message if cannot fetch profile information. b2256e0
  • Node: Use moment().unix() (seconds) instead of Date.now() (milliseconds). e0996bb
  • Python: Code refactoring. 8149028 ee8f262 e32b497 58129ef da1af42 c401336 12e870d