Skip to content

Releases: lexik/LexikJWTAuthenticationBundle

v2.11.1

10 Feb 12:43
v2.11.1
Compare
Choose a tag to compare

CHANGELOG

a675978 - bug #835 Fixes #834: Re-add namshi/jose as required dependency until v3 (filisko)

v2.11.0

09 Feb 17:38
v2.11.0
Compare
Choose a tag to compare

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

20 Jan 19:29
v2.10.6
Compare
Choose a tag to compare

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.5

19 Dec 18:29
v2.10.5
Compare
Choose a tag to compare

CHANGELOG

9c29534 - bug #815 Fix compatibility for lcobucci/jwt v3.x (bis) (@chalasr)

v2.10.4

18 Dec 21:37
v2.10.4
Compare
Choose a tag to compare

CHANGELOG

44b3053 - bug #813 Fix undefined variable (@chalasr)

v2.10.3

30 Nov 21:55
v2.10.3
Compare
Choose a tag to compare

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

30 Nov 14:43
v2.10.2
Compare
Choose a tag to compare

CHANGELOG

556253d - bug #796 Set Token on ExpiredTokenException (AdrienBr)
e92a283 - bug #801 Fix ability to set extra standard claims in the input payload (chalasr)

v2.10.1

28 Nov 12:10
v2.10.1
Compare
Choose a tag to compare

CHANGELOG

4d22398 - bug #797 Fix support for lcobucci/jwt v3.4 and 4.0 (@chalasr)

v2.10.0

23 Nov 15:34
v2.10.0
Compare
Choose a tag to compare

CHANGELOG

14d3168 - feature #792 PHP 8 Support (@chalasr)
3974427 - feature #790 Fix Symfony 5.2 getProviderKey deprecation (@ogizanagi)

v2.9.0

27 Oct 17:34
v2.9.0
Compare
Choose a tag to compare

CHANGELOG

f844c31 - feature #769 Added support for composed cookies (@lukacovicadam)
57105a5 - bug #787 fix day saving transition php (@flaugere)
3e541e8 - bug #780 Add deprecation message argument to JWTFactory.php (@chrBrd)
e434f3b - feature #786 Allow token creation from an existing payload (@RicoLannez)
468ec17 - feature #677 chore/implement-against-key-loader-interface (@TiMESPLiNTER)
a76d8ee - feature #767 Added the possibility to choose if the cookie is "secure" or not (@Mael-91)