Skip to content

Releases: mainmatter/ember-simple-auth

0.0.11

03 Dec 19:35
Compare
Choose a tag to compare
  • fixed cross origin check for Firefox (which doesn't implement location.origin), see #41

0.0.10

02 Dec 22:13
Compare
Choose a tag to compare
  • fixed problem that broke integration tests, see #38 and #39

0.0.9

26 Nov 09:29
Compare
Choose a tag to compare
  • don't periodically refresh data stored in cookie in testing mode, see #35
  • support for client id and client secret, see, #36

0.0.8

14 Nov 18:54
Compare
Choose a tag to compare
  • clear password on login, see #29
  • fixed prevention of sending Authorization header with cross-origin requests
  • added crossOriginWhitelist for Ember.SimpleAuth.setup to also send Authorization header with certain cross-origin requests (e.g. if your JSON API is on a different domain than the Ember.js app)

0.0.7

07 Nov 22:12
Compare
Choose a tag to compare

Using session cookies to persist the session again (fixes #30) - changes in the cookie will be observed and thus propagate over multiple windows/tabs

0.0.6

03 Nov 15:28
Compare
Choose a tag to compare

0.0.5

29 Oct 19:22
Compare
Choose a tag to compare

0.0.4

27 Oct 17:29
Compare
Choose a tag to compare

0.0.3

12 Oct 08:49
Compare
Choose a tag to compare

Changed header to standard Authorization instead of the custom header, see #13.

As the header changes, this is a backwards incompatible release!

0.0.2

11 Oct 13:34
Compare
Choose a tag to compare

Changes the content type sent with the POST /session request (see #13)