Skip to content

Releases: lexik/LexikJWTAuthenticationBundle

v2.5.4

02 Aug 19:34
v2.5.4
Compare
Choose a tag to compare

CHANGELOG

bc50055 - bug #542 Fix missing implements breaking JWT header alteration (tucksaun)

v2.5.3

06 Jul 10:24
v2.5.3
Compare
Choose a tag to compare

CHANGELOG

15e7021 - bug #525 Make openssl key loader service deprecated (Faecie)

v2.5.2

03 Jul 09:37
v2.5.2
Compare
Choose a tag to compare

CHANGELOG

6650b79 - bug #522 Fix clock skew + deprecation message (chalasr)

v2.5.1

30 Jun 13:34
v2.5.1
Compare
Choose a tag to compare

CHANGELOG

acf4d53 - bug #515 Re-add namshi/jose as an hard requirement until 3.0 (chalasr)

v2.5.0

29 Jun 14:51
v2.5.0
Compare
Choose a tag to compare

CHANGELOG

a3d590e - feature #508 Replace namshi/jose by lcobucci/jwt (chalasr)
e7b5cf2 - feature #485 Add a lexik:jwt:generate-token command (sroze)
154c60e - feature #369 Fix HMAC support (chalasr)
46ec165 - feature #492 [Feature] clock skew (patrickjDE)
49f1ba4 - feature #433 Added setPayload to JWTDecodedEvent analogous to JWTCreatedEvent. (vgeyer)
4e519bd - feature #412 Make the token type case insensitive (greg0ire)
ddfd184 - feature #404 CheckConfigCommand should not be container aware (chalasr)
75d60cf - feature #352 JWT header alteration (Spomky)
5fa8dd4 - #344 Add an extension point on the PayloadAwareUserProviderInterface (sroze)

UPGRADE GUIDE

v2.4.4

06 Mar 16:56
v2.4.4
Compare
Choose a tag to compare

CHANGELOG

6551868 - bug #466 Public jwt manager (chalasr)
751f220 - bug #465 Make authentication Success/Failure handlers autowirable (chalasr)

v2.4.3

06 Dec 11:42
v2.4.3
Compare
Choose a tag to compare

CHANGELOG

0a7a5e7 - bug #408 Response classes shouldn't have the @internal PhpDoc tag (lashae)
2ebeee9 - bug #403 Switch to PSR-4 namespaces for PHPUnit (chalasr)
e1af39a - bug #399 Fix sf3.4 command autoregistration deprecation (ogizanagi)

v2.4.2

19 Oct 09:06
v2.4.2
Compare
Choose a tag to compare

CHANGELOG

c651aa6 - bug #398 Fix Symfony 4 compatibility
b2da6b3 - bug #383 Don't register lcobucci encoder if lcobucci/jwt is not installed

v2.4.1

29 Jun 13:47
v2.4.1
Compare
Choose a tag to compare

CHANGELOG

2c9a3df - Dont use DefinitionDecorator on symfony 3.3+

Minor v2.4.0

10 May 20:18
v2.4.0
Compare
Choose a tag to compare

CHANGELOG

e1a0f37 - #330 Allow empty ttl for testing purpose
73fccd0 - #328 Fix autowiring for upcoming Symfony 3.3