You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-4Lines changed: 25 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
You can find and compare releases at the [GitHub release page](https://github.com/PHP-Open-Source-Saver/jwt-auth/releases).
8
8
9
9
## [Unreleased]
10
+
11
+
### Added
12
+
- Trigger Authenticated event when loading user from token
13
+
14
+
## [2.9.0] 2026-03-06
15
+
Please see (https://github.com/PHP-Open-Source-Saver/jwt-auth/releases/tag/2.9.0)
16
+
17
+
### Added
18
+
- Updating composer and CI for Laravel 13
19
+
20
+
## [2.8.3] 2025-10-15
21
+
Please see (https://github.com/PHP-Open-Source-Saver/jwt-auth/releases/tag/2.8.3)
22
+
23
+
### Fixed
24
+
- Implement config variable to allow iat to remain unchanged claim when refreshing a token
25
+
26
+
## [2.8.2] 2025-03-19
27
+
Please see (https://github.com/PHP-Open-Source-Saver/jwt-auth/releases/tag/2.8.2)
28
+
10
29
### Fixed
11
-
- Fixed the return type of getMinutesUntilExpired in BlackList, which returned a float instead of an int when using Carbon v2.
12
-
- Fixed PHPStan issue in JWTGenerateSecretCommand by ensuring displayKey($key); is called before returning, avoiding returning a void method.
13
-
- Fixed missing return true; statements in validatePayload() and validateRefresh() methods of Expiration.php, IssuedAt.php, and NotBefore.php to resolve PHPStan errors.
14
-
- Fixed PHPStan error related to new static() by refactoring hasAllClaims method in Collection class.
30
+
- Fix PHPStan Issues
31
+
32
+
## [2.8.1] 2025-02-28
33
+
Please see (https://github.com/PHP-Open-Source-Saver/jwt-auth/releases/tag/2.8.1)
15
34
35
+
### Fixed
36
+
- Fixed the return type of getMinutesUntilExpired in BlackList, which returned a float instead of an int when using Carbon v2.
16
37
17
38
## [2.8.0] 2025-02-11
18
39
Please see (https://github.com/PHP-Open-Source-Saver/jwt-auth/releases/tag/2.8.0)
0 commit comments