Ember Simple Auth Token Versions Save

Ember Simple Auth extension that is compatible with token-based authentication like JWT.

v2.0.0

7 years ago

Changelog

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

  • expiresAt in Seconds not Milliseconds #133
    • Author @digia

🎁 Happy Holidays!

v1.2.0

7 years ago

Changelog

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

Thank you for your contributions!

v1.1.0

8 years ago

Changelog

  • Bug fix for JWT restore method
    • Author @digia
  • Upgrade ember to 1.13.12 and ember-cli to 1.13.15
    • Author @eluciano11
  • Article about JWT
    • Author @leo
  • Upgrade ember-try and modify it’s configuration
    • Author @eluciano11
    • Brought to our attention by @acorncom
  • Support nested token property name
    • Author @thhermansen
  • Error cannot return property split of undefined
    • Author @eluciano11
    • Brought to our attention by @luisjuniorj
  • Fix Ember.merge deprecation warning
    • Author @gertjanwytynck

Thank you for your contributions!

v1.0.0

8 years ago
  • 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

8 years ago

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

9 years ago

Upgrading

In your ember-cli project run:

$ ember install:addon [email protected]

Changelog

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

v0.5.1

9 years ago

Upgrading

In your ember-cli project run:

$ ember install:addon [email protected]

Changelog

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

v0.5.0

9 years ago

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 b9537a2064d6f1607df180781a8ef8f780e45ce6
  • [DOCS] Mention need for HTTPS. Ref 72086a0202443ef6dc819542b12bff131e94ef82

v0.4.0

9 years ago

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.