Releases: lexik/LexikJWTAuthenticationBundle
Releases · lexik/LexikJWTAuthenticationBundle
v2.11.2
CHANGELOG
1cdcc65 - bug #840 [Security] On Authentication failure, replace MessageData (mpiot)
bb1e6c3 - bug #838 Fix wiring GenerateKeyPairCommand when key paths are null (chalasr)
v2.11.1
CHANGELOG
a675978 - bug #835 Fixes #834: Re-add namshi/jose as required dependency until v3 (filisko)
v2.11.0
CHANGELOG
02a8f68 - feature #817 Feat: add keypair generation command (@bpolaszek)
060c58a - bug #833 KeyLoaderInterface::getPassphrase() might return null and we need a string. (@drupol)
966f9b0 - feature #832 Make AbstractKeyLoader::getSigningKey() and AbstractKeyLoader::getPublicKey public. (@drupol)
6b6824d - feature #816 Remove support for lcobucci/jwt <3.4 & symfony/* <4.4 (@chalasr)
v2.10.6
CHANGELOG
a759036 - bug #827 Use named constructor for lcobucci/jwt Ecdsa signers (chalasr)
c765af7 - bug #826 Fix creating tokens when iat is already set in the payload (chalasr)
v2.10.3
CHANGELOG
fe81b99 - bug #804 Fix ability to set extra standard claims in the input payload (bis) (chalasr)
9b921ed - bug #807 Fix compatibility with locbucci/jwt 3.2 (chalasr)
v2.10.2
CHANGELOG
556253d - bug #796 Set Token on ExpiredTokenException (AdrienBr)
e92a283 - bug #801 Fix ability to set extra standard claims in the input payload (chalasr)