Releases: lexik/LexikJWTAuthenticationBundle
Releases · lexik/LexikJWTAuthenticationBundle
Version 1.1.0
Version 1.0.10
Fixed previous tagged release #71
Version 1.0.9
Fixed deprecated calls in Symfony 2.6+
Version 1.0.8
Added raw JWT string into the Symfony Authentication Token (#63)
Version 1.0.7
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
- Updated documentation
- Updated dependencies
Version 1.0.5
- Added documentation
- Added ssl keys validation
- Improve response and dispatch event in AuthenticationFailureHandler (#28)
Version 1.0.4
Version 1.0.3
- Added JWT_DECODED event
- Updated documentation
Version 1.0.2
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)