Releases: fenichelar/ember-simple-auth-token
Releases · fenichelar/ember-simple-auth-token
v2.1.0
expiresAt in Seconds not Milliseconds
v1.2.0
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
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
- 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.
v0.7.1
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
Thanks to @jdhoek, @validkeys, @knownasilya, @calvinmetcalf, @erichonkanen, @tibotiber, and anyone else who made this happen!
v0.6.0
v0.5.1
v0.5.0
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
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
tosimple-auth-authorizer:token
. - [BREAKING] Default initializer authenticator renamed from
token:authenticator
tosimple-auth-authenticator:token
. - [BREAKING] Configuration is now specified under Ember CLI's
config/environment.js
instead ofapp/index.html
.