lexik/jwt-authentication-bundle
JWT authentication bundle for Symfony APIs. Issues and validates JSON Web Tokens, supports PHP 8.2+ and Symfony 6.4–8, and offers extensive docs for setup, configuration, customization, testing, CORS, and programmatic token creation.
set_cookies option to store JWT in secure cookies (chalasr)lexik:jwt:generate-token command (sroze)remove_token_from_body_when_cookies_used (usu)allow_no_expiration option to allow validating tokens without ttl (pluk77)## 2.15.1 (2022-04-06)
remove_token_from_body_when_cookies_used config option (TjorvenB)JWTAuthenticator::start method return type to more generic Response type (aurimasniekis)AuthenticatorInterface::createToken() (Symfony 5.4) (chalasr)getProviderKey() to JWTUserToken (eXtreme)feature #249 Avoid setting exp claim from JWTManager (chalasr)
feature #246 Add a simple built-in encoder based on lcobucci/jwt (chalasr)
feature #184 [Security] Deprecate current system in favor of a JWTTokenAuthenticator (Guard) (chalasr)
feature #218 Add more flexibility in token extractors configuration (chalasr)
feature #217 Refactor TokenExtractors loading for easy overriding (chalasr)
feature #196 Make *_key_path config options not mandatory (chalasr)
feature #162 [Encoder] Handle OpenSSL/phpseclib engines and algorithms (chalasr)
#175 Stop ensuring support for PHP versions smaller than 5.0 (chalasr)
#167 and #169 Stop ensuring support Symfony versions smaller than 2.8 (chalasr)
How can I help you explore Laravel packages today?