Skip to content

Releases: mainmatter/ember-simple-auth

0.1.2

24 Feb 12:30
Compare
Choose a tag to compare
  • 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

05 Feb 11:56
Compare
Choose a tag to compare

includes some bug fixes:

  • use absolute expiration times for tokens, see #76
  • fix for cross origin check in IE, see #72
  • make sure errors bubble up, see #79
  • added documentation for customizing/extending the library

0.1.0 - the big refactor™

20 Jan 12:10
Compare
Choose a tag to compare

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

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