Releases: tymondesigns/jwt-auth
Releases · tymondesigns/jwt-auth
1.0.0-rc.3 + Laravel 5.7 Compatibility
✨ Improvements
- Compatible with Laravel 5.7 (#1655)
- Added
JWTProvider
(#1505) JWTGuard
is now macroable (#1604)- Reset claims collection when creating a payload (#1589)
🎨 Other
JWTAuth
also respects the lock_subject
config (#1545)
👍 Huge thank you to everyone who contributed to this release!
ℹ️ The next release will be 1.0.0
and I will be stepping up activity on this repo very soon. Thanks for bearing with me 🙏
1.0.0-rc.2 + Laravel 5.6 Compatibility
✨ Improvements
- Compatible with Laravel 5.6
- Add config option for
lock_subject
, allowing the removal of theprv
claim, if you don't have multiple guards (7c1d58e) - Add ability to specify
leeway
to help with clock skew (#1453) - Add lcobucci jwt provider, since
namshi/jose
has been abandoned (#1453) - Cookies can now be decrypted (#1363)
🐛 Fixes
- Fix
jwt:secret
command
🎨 Other
- Tested on php 7.2
- Tons of other improvements, including code style fixes and even more test coverage
💥 Breaking changes
auth()->getToken()
now returnsnull
instead offalse
if the token is not present.
👍 Huge thank you to everyone who contributed to this release!
1.0.0-rc.1 + Laravel 5.5 Compatibility
✨ Improvements
- Compatible with Laravel 5.5 💥 (#1278) (#1255)
- Support for multiple guards (#1167)
- More sensible order of claim overrides (#1222)
🐛 Fixes
- Fix for Lumen empty request issue (#1243)
- Fix
jwt:secret
command not returning when it should (5b4785e)
🎨 Other
- Adding code of conduct
- Tons of other improvements, including code style fixes and even more test coverage
Full docs will be ready for the final 1.0.0
release
👍 Huge thank you to everyone who contributed to this release!
@lucasmichot
@cappuc
@crynobone
@miscbits
@MitchellMcKenna
@KennedyTedesco
@DanielMcAssey
@hughsaffar
@nachodd
Fix laravel 5.4 & update namshi/jose dependency
- Update
namshi/jose
dependency to fix issues with phpseclib - Fix laravel 5.4 compatibility in service provider
JTI improvement
jti
claim is now totally random as per the develop branch
1.0.0-beta.3
- includes some important fixes along with some minor tweaks and improvements
1.0.0-beta.2 Laravel 5.4 compatibility
- fixes issue from previous release
Laravel 5.4 compatibility
Merge pull request #971 from tymondesigns/analysis-8QPZLj Apply fixes from StyleCI [ci skip] [skip ci]
Initial beta release
1.0.0-beta.1 Merge branch 'develop' of github.com:tymondesigns/jwt-auth into develop
1.0.0-alpha.3
Add Laravel 5.3 specific tests (#838)