Skip to content

Releases: amkirwan/ember-token-auth

v1.1.0

24 Aug 16:27
Compare
Choose a tag to compare
  • Change Session model to use properties for provider, isExpired, isNotExpired, token and accessToken
  • Mark the methods #getToken #getAccessToken as deprecate

v1.0.0

06 Aug 20:10
Compare
Choose a tag to compare
  • Change injected session name from session to sessionCurrent. Previous naming could cause conflicts and confusion with the new controller injection syntax sessionl: Ember.inject.controller().
  • Bump project dependencies

v0.0.9

30 Jul 18:52
Compare
Choose a tag to compare
  • Fix Ember deprecation warnings
  • Fix typo in session ctrl
  • Move templates to dummy test app

v0.0.8

22 Jul 04:40
Compare
Choose a tag to compare
  • Update to ember-cli-build file
  • Upate license

v0.0.7

22 Jul 04:37
Compare
Choose a tag to compare
  • Update to EmberPacu 1.13.1, Ember 1.13.4, EmberData 1.13.5
  • Use JSONAPI as the data type to expect from the server

v0.0.6

13 Feb 20:14
Compare
Choose a tag to compare
  • Create signout route which handles removes the token from localstorage and destroys the session. This does not invalidate any login authorization on external services. That would need to be handled in the signout model or afterModel hooks.

v0.0.5

13 Feb 05:10
Compare
Choose a tag to compare
  • reset provider in login route if the session is expired

v.0.0.4

22 Dec 21:09
Compare
Choose a tag to compare
  • supports Ember 1.9 and handlebars 2.0

v0.0.3

04 Nov 05:01
Compare
Choose a tag to compare
  • Session controller can now process JSON payload when the model key in the payload is either plural or singular. This is implemented to handle JSON:API individual responses that return a plural key and also responses that have a key with a singular like post or user.

v0.0.2

02 Nov 16:53
Compare
Choose a tag to compare
  • config with EmberENV['ember-oauth2']
  • set user model to persist current user too.