Skip to content

Releases: lexik/LexikJWTAuthenticationBundle

Version 1.5.0

07 Apr 07:37
Compare
Choose a tag to compare
  • added JWT_INVALID and updated AUTHENTICATION_FAILURE events to allow modification of failure responses #157
  • added OpenSSLKeyLoader to improve checks for keys and avoid duplicated code #154
  • made the public and private key paths not required to allow custom encoders #147
  • fixed doc

Version 1.4.3

01 Feb 10:03
Compare
Choose a tag to compare

always call for master request from request stack #133

Version 1.4.2

21 Jan 22:03
Compare
Choose a tag to compare
  • fixed request compiler pass

Version 1.4.1

21 Jan 20:27
Compare
Choose a tag to compare
  • fixed legacy request service injection for complete symfony 3.0+ compatibility #126

Version 1.4.0

20 Jan 22:08
Compare
Choose a tag to compare
  • symfony ~2.3 and ~3.0 compatible release #113
  • namshi/jose updated to ~6.0 version #110
  • dropped support for PHP 5.3 #110
  • allow empty token ttl #117
  • allow custom request header name #96

Version 1.3.1

21 Oct 14:20
Compare
Choose a tag to compare

Fixed release 1.3.0

Version 1.3.0

21 Oct 10:46
Compare
Choose a tag to compare

Updated documentation #90 #95
Added authentication_listener configuration option #100 #99

Version 1.2.0

28 Sep 13:35
Compare
Choose a tag to compare

Added cookie token extractor #76
Added PHP 7 on Travis #80
Added WWW-Authenticate response header on 401 #88

Fixed authentication event propagation #92

Version 1.1.0

08 Jul 11:29
Compare
Choose a tag to compare

Added new JWT_ENCODED event when token has been encoded #73
Added new JWT_AUTHENTICATED event when token is authenticated #69

Version 1.0.10

05 Jun 14:33
Compare
Choose a tag to compare

Fixed previous tagged release #71