Releases: mainmatter/ember-simple-auth
Releases · mainmatter/ember-simple-auth
0.1.2
- Ember.SimpleAuth.setup now expects the container and the application as arguments (
Ember.SimpleAuth.setup(container, application);
) - the authenticator to use is now looked up via Ember's container instead of the class name which fixes all sorts of problems especially when using Ember AppKit with the new ES6 modules lookup
- the examples will now always build a new release of Ember.SimpleAuth when starting
- origin validation now works in IE, see #84
0.1.1
0.1.0 - the big refactor™
This has long been in the works and now it's finally released: the Big Strategies Refactoring.
The most significant change in this release is the extraction of everything specific to concrete authentication/authorization mechanisms (e.g. the default OAuth 2.0 implementation) into strategy classes which significantly improves customizability and extensibility.
See the CHANGELOG and the updated README. There's also a blog post that introduces the release: http://log.simplabs.com/post/73940085063/ember-simpleauth-0-1-0.
I hope this is a significant step towards 1.0!
0.0.11
0.0.10
0.0.9
0.0.8
- clear password on login, see #29
- fixed prevention of sending
Authorization
header with cross-origin requests - added
crossOriginWhitelist
forEmber.SimpleAuth.setup
to also sendAuthorization
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
0.0.6
added API docs: http://ember-simple-auth.simplabs.com/api.html