Skip to content

Releases: fenichelar/ember-simple-auth-token

v2.1.0

17 Jan 15:32
Compare
Choose a tag to compare

Changelog

  • Removed timeFactor config option and fixed refresh time calculation #182

expiresAt in Seconds not Milliseconds

21 Dec 15:46
Compare
Choose a tag to compare

Changelog

This breaking change has been over due for a while now and should clear up confusion.

  • expiresAt in Seconds not Milliseconds #133

🎁 Happy Holidays!

v1.2.0

06 Nov 20:37
Compare
Choose a tag to compare

Changelog

  • Bug fix for JWT restore method
  • Trigger sessionDataInvalidated event on failed token refresh
  • Adds token invalidation when the server responds with 401 or 403
  • Revert Reflect.deleteProperty to delete for _refreshTokenTimeout deletion
    • Author @KrisOlszewski

Thank you for your contributions!

v1.1.0

01 Apr 14:54
Compare
Choose a tag to compare

Changelog

  • Bug fix for JWT restore method
  • Upgrade ember to 1.13.12 and ember-cli to 1.13.15
  • Article about JWT
  • Upgrade ember-try and modify it’s configuration
  • Support nested token property name
  • Error cannot return property split of undefined
  • Fix Ember.merge deprecation warning

Thank you for your contributions!

v1.0.0

30 Dec 12:40
Compare
Choose a tag to compare
  • Refactor and updates made in #100 to work with ember-simple-auth v1.0.0.
  • Deprecated ember-cli-simple-auth-token.
  • Published new package ember-simple-auth-token.

Special thanks to @RuslanZavacky, @acorncom, and @eluciano11 for getting this done.

More: Updating to Ember Simple Auth 1.0

v0.7.1

18 May 16:52
Compare
Choose a tag to compare

Upgrading

In your ember-cli project run:

$ ember install:addon [email protected]

Changelog

  • [BREAKING ENHANCEMENT] Upgrade required ember-simple-auth version to v0.8.0-beta.2
  • [FEATURE] Add a margin to the automatic JWT refresh. #33
  • [DOCS] Add server-side "leeway" hint to documentation. #34
  • [ENHANCEMENT] Allow for strings to be used as token data. #38
  • [ENHANCEMENT] Don't restore expired tokens. #41
  • [BUGFIX] Fixes JWT authenticator restore method to schedule access token refresh after page reload. #44
  • [BUGFIX] Fix JWT token refresh. #54

its working

Thanks to @jdhoek, @validkeys, @knownasilya, @calvinmetcalf, @erichonkanen, @tibotiber, and anyone else who made this happen!

v0.6.0

07 Mar 18:56
Compare
Choose a tag to compare

Upgrading

In your ember-cli project run:

$ ember install:addon [email protected]

Changelog

  • [FEATURE] JWT Authenticator by @erichonkanen. Ref #24

v0.5.1

21 Feb 17:50
Compare
Choose a tag to compare

Upgrading

In your ember-cli project run:

$ ember install:addon [email protected]

Changelog

  • [DOCS] Default config examples to Ember CLI style config. Ref ff43801
  • [ENHANCEMENT] Support deep session object in token authenticator. Ref c2efe97

v0.5.0

27 Jan 13:55
Compare
Choose a tag to compare

Upgrading

In your ember-cli project run:

$ ember install:addon [email protected]

Changelog

  • [ENHANCEMENT] Add support for custom headers. Ref #25 @leandrocp
  • [ENHANCEMENT] Add a new configuration passwordField. Ref #26 @leandrocp
  • [ENHANCEMENT] Removed insecure credentials transmission warning. Ref #23 and b9537a2
  • [DOCS] Mention need for HTTPS. Ref 72086a0

v0.4.0

18 Oct 12:50
Compare
Choose a tag to compare

This version is refactor using the Ember CLI addon command. Main reason for this was to piggyback on top of Ember CLI's testing setup and blueprints.

Please upgrade and report any issues you might find.

This closes all outstanding issues #1, #6, #7, #8 and #9.

Changelog:

  • [BREAKING] Default initializer authorizer renamed from token:authorizer to simple-auth-authorizer:token.
  • [BREAKING] Default initializer authenticator renamed from token:authenticator to simple-auth-authenticator:token.
  • [BREAKING] Configuration is now specified under Ember CLI's config/environment.js instead of app/index.html.