Releases: PHP-Open-Source-Saver/jwt-auth
Releases · PHP-Open-Source-Saver/jwt-auth
2.9.2
What's Changed
- fix: Prevent null pointer when provider cannot find a user for a token by @NielsJanssen in #300
Full Changelog: 2.9.1...2.9.2
2.9.1
What's Changed
- feat: Trigger Authenticated event when loading user from token by @NielsJanssen in #298
New Contributors
- @NielsJanssen made their first contribution in #298
Full Changelog: v2.9.0...2.9.1
v2.9.0
What's Changed
- Updating composer and CI for Laravel 13 by @specialtactics in #297
Full Changelog: v2.8.3...v2.9.0
v2.8.3
What's Changed
- Implement config variable to allow iat to remain unchanged claim when refreshing a token by @robinnydahl in #269
New Contributors
- @robinnydahl made their first contribution in #269
Full Changelog: v2.8.2...v2.8.3
v2.8.2
2.8.1
2.8.0
What's Changed
- Fix Carbon not accepting string values by @mokhosh in #272
- don't show jwt secret if show option is false even if the key is updated by @kbiits in #275
- Override "id" method in JWTGuard by @mabdullahsari in #278
- Updates for Laravel 12 by @specialtactics in #279
New Contributors
- @mokhosh made their first contribution in #272
- @kbiits made their first contribution in #275
- @mabdullahsari made their first contribution in #278
Full Changelog: 2.7.3...2.8.0
2.7.3
What's Changed
- Update phpstan/phpstan requirement from ^1 to ^2 by @dependabot in #273
Full Changelog: 2.7.2...2.7.3
2.7.2
2.7.1
What's Changed
- Fixes #258 whereby logout fails if the JWT already being used has exp… by @specialtactics in #259
Full Changelog: 2.7.0...2.7.1