Skip to content

0.6.6

Compare
Choose a tag to compare
@marcoow marcoow released this 10 Sep 14:31
· 2311 commits to master since this release
  • [BREAKING]: The OAuth 2.0 authenticator's serverTokenRevocationEndpoint property has been renamed to serverTokenRevocationEndpoint ("k" to "c").
  • The new UnauthenticatedRouteMixin mixin can be used for routes that do not allow the session to be authenticated like the login route, see #236.
  • The localStorage store's localStorageKey property can now be configured, see #300.
  • The AuthenticatedRouteMixin and UnauthenticatedRouteMixin will now check for infinite redirection loops, see #293.
  • The cookie store now sets path=/ for its cookies so that there is only one Ember Simple Auth cookie per application, see #288.
  • The browserified distribution does not correctly export the test helpers, see #283.
  • authorizationFailed will now only be triggered for requests that were actually authenticate by Ember Simple Auth, see #271.
  • Fixed a bug that prevented the browserified version from being used in older versions of Internet Explorer, see #266.

Note if you're using the Ember CLI Addons

You now need to run the package's generator after installing the addon, e.g.:

ember generate ember-cli-simple-auth-oauth2

You also do not need to install the base library explicitly anymore if you're using on of the extension libraries as that's now automatically installed as a dependency.