Releases: lexik/LexikJWTAuthenticationBundle
v2.14.0
CHANGELOG
90bf498 feature #923 Add 3 new getter method to JWTTokenAuthenticator (@fd6130)
7b79a11 bug #931 Fix: Only attempt split_cookie extraction if all of the cookies are present (@carlobeltrame)
9e32ce2 feature #925 Allow to set provider in jwt authenticator. (@fd6130)
c6ba7c7 feature #937 Symfony 6 Compatibility (@mbabker)
3f30e12 bug #922 Fix error when trying to decode token using new authenticator system (@fd6130)
v2.13.0
CHANGELOG
591673a feature #916 Allow to use custom authenticator by extending JWTAuthenticator (@fd6130)
9847bbd bug #914 Bundle breaks application if Symfony Console not installed (@yivi)
cced83e feature #903 Implement AuthenticatorInterface::createToken()
(Symfony 5.4) (@chalasr)
adfcb5b bug #905 Changed JWTAuthenticator::start
method return type to more generic Response
type (@aurimasniekis)
0161668 feature #912 Added argument to AuthenticationSuccessHandler to stop token from being removed from response (@Naitsirch)