Releases: lexik/LexikJWTAuthenticationBundle
Releases · lexik/LexikJWTAuthenticationBundle
v2.5.4
CHANGELOG
bc50055 - bug #542 Fix missing implements breaking JWT header alteration (tucksaun)
v2.5.3
CHANGELOG
15e7021 - bug #525 Make openssl key loader service deprecated (Faecie)
v2.5.2
CHANGELOG
6650b79 - bug #522 Fix clock skew + deprecation message (chalasr)
v2.5.1
CHANGELOG
acf4d53 - bug #515 Re-add namshi/jose as an hard requirement until 3.0 (chalasr)
v2.5.0
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)
v2.4.4
CHANGELOG
6551868 - bug #466 Public jwt manager (chalasr)
751f220 - bug #465 Make authentication Success/Failure handlers autowirable (chalasr)
v2.4.3
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
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
CHANGELOG
2c9a3df - Dont use DefinitionDecorator on symfony 3.3+
Minor v2.4.0
CHANGELOG
e1a0f37 - #330 Allow empty ttl for testing purpose
73fccd0 - #328 Fix autowiring for upcoming Symfony 3.3