LexikJWTAuthenticationBundle

JWT authentication for your Symfony API

MIT License

Downloads
42.1M
Stars
2.5K
Committers
182

Bot releases are hidden (Show)

LexikJWTAuthenticationBundle - v3.0.0 Latest Release

Published by chalasr 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.21.0...v3.0.0

LexikJWTAuthenticationBundle - v2.21.0

Published by chalasr 6 months ago

⚠️ This is the LAST 2.X FEATURE RELEASE ⚠️ The branch 2.x is now bugfix-only.

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.20.3...v2.21.0

LexikJWTAuthenticationBundle - v2.20.3

Published by chalasr 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.20.2...v2.20.3

LexikJWTAuthenticationBundle - v2.20.2

Published by chalasr 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.20.1...v2.20.2

LexikJWTAuthenticationBundle - v2.20.1

Published by chalasr 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.20.0...v2.20.1

LexikJWTAuthenticationBundle - v2.20.0

Published by chalasr 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.19.1...v2.20.0

LexikJWTAuthenticationBundle - v2.19.1

Published by chalasr over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.19.0...v2.19.1

LexikJWTAuthenticationBundle - v2.19.0

Published by chalasr over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.18.1...v2.19.0

LexikJWTAuthenticationBundle - v2.18.1

Published by chalasr over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.18.0...v2.18.1

LexikJWTAuthenticationBundle - v2.18.0

Published by chalasr over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.17.0...v2.18.0

LexikJWTAuthenticationBundle - v2.17.0

Published by chalasr over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.16.0...v2.17.0

LexikJWTAuthenticationBundle - v2.16.0

Published by chalasr over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.15.1...v2.16.0

LexikJWTAuthenticationBundle - v2.15.1

Published by chalasr over 2 years ago

LexikJWTAuthenticationBundle - v2.15.0

Published by chalasr over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.14.4...v2.15.0

LexikJWTAuthenticationBundle - v2.14.4

Published by chalasr almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.14.3...v2.14.4

LexikJWTAuthenticationBundle - v2.14.3

Published by chalasr almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.14.2...v2.14.3

LexikJWTAuthenticationBundle - v2.14.2

Published by chalasr almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.14.1...v2.14.2

LexikJWTAuthenticationBundle - v2.14.1

Published by chalasr almost 3 years ago

CHANGELOG

7c4c887 bug #942 Fix Symfony 5.3 compatibility (@chalasr)

LexikJWTAuthenticationBundle - v2.14.0

Published by chalasr almost 3 years ago

CHANGELOG

90bf498 feature #923 Add 3 new getter method to JWTTokenAuthenticator (@fd6130)
7b79a11 bug #931 Fix: Only attempt split_cookie extraction if all of the cookies are present (@carlobeltrame)
9e32ce2 feature #925 Allow to set provider in jwt authenticator. (@fd6130)
c6ba7c7 feature #937 Symfony 6 Compatibility (@mbabker)
3f30e12 bug #922 Fix error when trying to decode token using new authenticator system (@fd6130)

LexikJWTAuthenticationBundle - v2.13.0

Published by chalasr about 3 years ago

CHANGELOG

591673a feature #916 Allow to use custom authenticator by extending JWTAuthenticator (@fd6130)
9847bbd bug #914 Bundle breaks application if Symfony Console not installed (@yivi)
cced83e feature #903 Implement AuthenticatorInterface::createToken() (Symfony 5.4) (@chalasr)
adfcb5b bug #905 Changed JWTAuthenticator::start method return type to more generic Response type (@aurimasniekis)
0161668 feature #912 Added argument to AuthenticationSuccessHandler to stop token from being removed from response (@naitsirch)