Skip to content

Releases: mineadmin/Jwt

Release v3.0.23

16 Jul 03:22

Choose a tag to compare

refactor(AbstractTokenMiddleware, Factory): simplify token handling a…

Release v3.0.22

08 Jul 10:04

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.2

10 Jan 15:08

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

Choose a tag to compare

修复token不存在过期时间问题 (#137)

Release v3.0

28 Nov 06:41

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

Choose a tag to compare

Apply cs-fix