Releases: mainmatter/ember-simple-auth
Releases · mainmatter/ember-simple-auth
0.0.11
- fixed cross origin check for Firefox (which doesn't implement location.origin), see #41
0.0.10
- fixed problem that broke integration tests, see #38 and #39
0.0.9
- 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
- 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
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.3
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
Changes the content type sent with the POST /session
request (see #13)