Skip to content

Releases: amkirwan/ember-token-auth

v3.0.4-beta

29 Dec 15:46
Compare
Choose a tag to compare
  • fix typo in blueprint
  • add correct URL to EmberOAuth2 in README.md

v3.0.3-beta

29 Oct 04:32
Compare
Choose a tag to compare
  • hooks in the session controller to set #modelName, #jsonModelName and #storeModelName
  • afterInstall add ember-oauth2 dependency
  • afterUninstall remove ember-oauth2 dependency

v3.0.2-beta

29 Oct 04:31
Compare
Choose a tag to compare
  • model name in the config should be singular.

v3.0.1-beta

27 Oct 02:04
Compare
Choose a tag to compare
  • authorize response expects to receive a string with the url and query string

v3.0.0-beta

19 Oct 14:30
Compare
Choose a tag to compare
tag version at 3.0.0-beta

v2.0.4

27 Jan 17:53
Compare
Choose a tag to compare
  • User PretenderJS for mocking ajax calls
  • minor update Ember-OAuth2 to v1.1.0
  • Bump Ember-Cli to v1.13.15

v2.0.3

23 Oct 03:27
Compare
Choose a tag to compare
  • The Session model authorize method is a simple wrapper for the Ember.OAuth authorize method and returns an Ember.RSVP.Promise

v2.0.2

20 Oct 20:40
Compare
Choose a tag to compare
  • initializer only takes application as a param
  • bump ember-oauth2 dependency to 1.0.1

v2.0.1

15 Oct 04:23
Compare
Choose a tag to compare
  • Remove deprecated access token methods

v2.0.0

15 Oct 04:11
Compare
Choose a tag to compare
  • Update Ember to 2.1.0
  • Update Ember-Data to 2.1.0
  • initializer use registry.inject instead of registry.injection