LexikJWTAuthenticationBundle Versions Save

JWT authentication for your Symfony API

v2.17.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.16.0...v2.17.0

v2.16.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.15.1...v2.16.0

v2.15.1

2 years ago

v2.15.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.14.4...v2.15.0

v2.14.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.14.3...v2.14.4

v2.14.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.14.2...v2.14.3

v2.14.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.14.1...v2.14.2

v2.14.1

2 years ago

CHANGELOG

7c4c887 bug #942 Fix Symfony 5.3 compatibility (@chalasr)

v2.14.0

2 years ago

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

2 years ago

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)