Skip to content

Releases: lexik/LexikJWTAuthenticationBundle

v2.17.0

03 Feb 15:14
v2.17.0
6a6f198
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.16.0...v2.17.0

v2.16.0

12 Jun 16:27
v2.16.0
0a0922a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.15.1...v2.16.0

v2.15.1

08 Apr 12:32
v2.15.1
b7a640b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.15.0...v2.15.1

v2.15.0

04 Apr 16:53
v2.15.0
c06387e
Compare
Choose a tag to compare

What's Changed

  • Fix AuthenticationFailureListener example by @Seb33300 in #977
  • Fix a type related depreciation with php 8.1 by @RiffFred in #982
  • Translate message errors by @flohw in #973
  • Fix authentication with integer as useridentifier by @Floruzus in #976
  • Fix tests on Symfony 6.1 by @chalasr in #985
  • Add Request object into AuthenticationFailureEvent by @Dumra in #995

New Contributors

Full Changelog: v2.14.4...v2.15.0

v2.14.4

04 Jan 23:36
v2.14.4
b08d174
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.14.3...v2.14.4

v2.14.3

15 Dec 15:25
v2.14.3
174fd21
Compare
Choose a tag to compare

What's Changed

  • fix getIterator compatible with php 8.1 by @eerison in #966
  • Fix PHP 8.1 deprecation - avoid passing null to is_file() by @chalasr in #969
  • Allowing session cookie (split cookie) by @JeremyPasco in #958
  • Add support of multiple public keys to verify tokens with a set of keys by @alexandre-daubois in #928
  • Add remove_token_from_body_when_cookies_used config option by @TjorvenB in #940

New Contributors

Full Changelog: v2.14.2...v2.14.3

v2.14.2

05 Dec 17:43
v2.14.2
41cd259
Compare
Choose a tag to compare

What's Changed

  • Test instanceof Passport instead of more restrictive SelfValidatingPassport by @TristanPouliquen in #951
  • Allow symfony/deprecations-contract v3.0 by @bravik in #961

New Contributors

Full Changelog: v2.14.1...v2.14.2

v2.14.1

02 Nov 00:07
v2.14.1
66ef419
Compare
Choose a tag to compare

CHANGELOG

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

v2.14.0

01 Nov 14:23
v2.14.0
c3caf9e
Compare
Choose a tag to compare

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

15 Sep 16:44
v2.13.0
d3dbf97
Compare
Choose a tag to compare

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)