Jakub Gniecki
Jakub Gniecki
Fix parsing for GetBedrockStatus
PHP 8.1, Symfony 6.3, EasyAdmin 4.8.6, Doctrine 2.17.2 Hello, I have a problem when trying to sort by this object: ```php AssociationField::new('personalData') ``` I'm getting the following exception: ``` Doctrine\ORM\Mapping\DefaultQuoteStrategy::getJoinColumnName():...
logout configuration documented for gesdinet_jwt_refresh_token triggers “Unrecognized option” error
**Describe the bug** The bundle’s documentation shows a logout configuration block that allows removing cookies during logout: ``` gesdinet_jwt_refresh_token: logout: delete_cookies: ["refresh_token", "session_cookie"] ``` However, adding this block causes Symfony...