Skip to content

Releases: mineadmin/Jwt

Release v3.0.2

10 Jan 15:08
Compare
Choose a tag to compare
feat(Jwt): add custom builder callback support (#143)

- Update builderAccessToken and builderRefreshToken methods to accept an optional Closure
- The Closure allows custom modifications to the token builder
- This enhancement provides more flexibility for token creation

Release v3.0.1

09 Jan 10:11
Compare
Choose a tag to compare
修复token不存在过期时间问题 (#137)

Release v3.0

28 Nov 06:41
Compare
Choose a tag to compare
fix jwt factory configuration merge order (#131)

* fix jwt factory configuration merge order

* Apply cs fix

* ci: remove json-fix script and composer json checks

- Remove json-fix script from composer.json
- Remove Check Composer Json step from GitHub Actions workflow

Release v3.0-RC

23 Oct 13:48
Compare
Choose a tag to compare
Apply cs-fix