Skip to content

Releases: lexik/LexikJWTAuthenticationBundle

Version 1.0.9

05 Jun 13:38
Compare
Choose a tag to compare

Fixed deprecated calls in Symfony 2.6+

Version 1.0.8

20 Apr 09:13
Compare
Choose a tag to compare

Added raw JWT string into the Symfony Authentication Token (#63)

Version 1.0.7

04 Apr 09:42
Compare
Choose a tag to compare

Security update. As the namshi/jose dependency is bumped to a new major version, you might have to add the --with-dependencies flag to the composer update command.

composer update lexik/jwt-authentication-bundle --with-dependencies.

  • Updated namshi/jose library dependency to ~2.2.
  • Forced algorythm verification for token decoding method in JWTEncoder service.

Version 1.0.6

17 Feb 15:57
Compare
Choose a tag to compare
  • Updated documentation
  • Updated dependencies

Version 1.0.5

02 Oct 10:32
Compare
Choose a tag to compare
  • Added documentation
  • Added ssl keys validation
  • Improve response and dispatch event in AuthenticationFailureHandler (#28)

Version 1.0.4

13 Aug 15:22
Compare
Choose a tag to compare
  • Added documentation and examples (#23)
  • Added possibility to change the encoder service for more flexibility (#24)

Version 1.0.3

15 Jul 08:38
Compare
Choose a tag to compare
  • Added JWT_DECODED event
  • Updated documentation

Version 1.0.2

11 Jul 08:38
Compare
Choose a tag to compare

Split out the code that creates the JWT from the authentication success handler allowing to add data to the payload e.g. IP address (#15)

Version 1.0.1

08 Jul 12:11
Compare
Choose a tag to compare

Updated namshi/jose library dependency to 1.1.
Added PHP 5.6 and HHVM to travis build config.
Updated doc.

Version 1.0.0

13 Jun 09:05
Compare
Choose a tag to compare

First stable release, SF2.3+ compatible.