Skip to content

Releases: lexik/LexikJWTAuthenticationBundle

v2.8.0

14 Jun 13:25
v2.8.0
Compare
Choose a tag to compare

CHANGELOG

68f01ec - feature #761 Expose payload in encode/decode exceptions (@chalasr)
3074c41 - bug #755 Drop php 5.5 compat, Test against symfony 5.1 and fix deprecations (@acrobat)
8f539d9 - bug #683 add ChainUserProvider (@Gemorroj)

v2.7.0

28 May 23:41
v2.7.0
Compare
Choose a tag to compare

CHANGELOG

886315f - feature #753 Add set_cookies option to store JWT in secure cookies (@chalasr)
1c3c43f - feature #737 Enable to keep the modified payload after decode (@cedriclombardot)

v2.6.5

22 Nov 14:27
v2.6.5
Compare
Choose a tag to compare

CHANGELOG

2311f63 - bug #689 Symfony 4.4/5.0 compatibility (Deuchnord)
44c6e5d - bug #687 Authentication Exception Message from its key (arslan)
8697dc2 - bug #675 Use late static binding on JWTUser (kaznovac)

v2.6.4

29 Jul 10:33
v2.6.4
Compare
Choose a tag to compare

CHANGELOG

b694e7a - bug #669 Fix dispatch signature on SF > 4.3 (@Webonaute)
14262e8 - bug #650 Fixed AuthenticaionFailureHandler to utilize messages from custom exceptions (@EresDev)

v2.6.3

17 Apr 13:55
v2.6.3
Compare
Choose a tag to compare

CHANGELOG

be2b78c - bug #644 Fix FC/BC layer for EventDispatcher (@nicolas-grekas)

v2.6.2

01 Apr 10:27
v2.6.2
Compare
Choose a tag to compare

CHANGELOG

204c2b7 - bug #637 Fix deprecations on symfony/event-dispatcher:4.3 (@chalasr)
0d7062f - bug #618 Use the JWTTokenManagerInterface (@trsteel88)
bb38cf0 - bug #620 fix missing $config variable (@Oliboy50)
17fa070 - bug #593 Make JWTManager::$userIdClaim nullable (@chalasr)

v2.6.1

18 Nov 21:19
v2.6.1
Compare
Choose a tag to compare

CHANGELOG

0969247 - bug #577 Fix argument order in JWTProvider service declaration (@fjogeleit)

v2.6.0

02 Nov 08:40
v2.6.0
Compare
Choose a tag to compare

CHANGELOG

f338da8 - bug #574 fix clockSkew not taken into account in some case (@mu4ddi3)
63ae9f3 - bug #554 Fix deprecations on Symfony 4.2 (@chalasr)
5103fff - feature #537 Customizable User ID Claim (@Spomky)
4dfe7fd - feature #503 Allow setting the "exp" claim from event listeners (@MaximeMaillet)

v2.5.4

02 Aug 19:34
v2.5.4
Compare
Choose a tag to compare

CHANGELOG

bc50055 - bug #542 Fix missing implements breaking JWT header alteration (tucksaun)

v2.5.3

06 Jul 10:24
v2.5.3
Compare
Choose a tag to compare

CHANGELOG

15e7021 - bug #525 Make openssl key loader service deprecated (Faecie)