v2.14.3
版本发布时间: 2021-12-15 23:25:45
lexik/LexikJWTAuthenticationBundle最新发布版本:v3.1.0(2024-07-04 04:51:49)
What's Changed
- fix getIterator compatible with php 8.1 by @eerison in https://github.com/lexik/LexikJWTAuthenticationBundle/pull/966
- Fix PHP 8.1 deprecation - avoid passing null to is_file() by @chalasr in https://github.com/lexik/LexikJWTAuthenticationBundle/pull/969
- Allowing session cookie (split cookie) by @JeremyPasco in https://github.com/lexik/LexikJWTAuthenticationBundle/pull/958
- Add support of multiple public keys to verify tokens with a set of keys by @alexandre-daubois in https://github.com/lexik/LexikJWTAuthenticationBundle/pull/928
- Add
remove_token_from_body_when_cookies_used
config option by @TjorvenB in https://github.com/lexik/LexikJWTAuthenticationBundle/pull/940
New Contributors
- @JeremyPasco made their first contribution in https://github.com/lexik/LexikJWTAuthenticationBundle/pull/958
- @alexandre-daubois made their first contribution in https://github.com/lexik/LexikJWTAuthenticationBundle/pull/928
- @TjorvenB made their first contribution in https://github.com/lexik/LexikJWTAuthenticationBundle/pull/940
Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.14.2...v2.14.3