BooleanType
BooleanType
Hello! Sorry for soooo long pause. I'm still here :) I've pushed some changes: - `DeliveryFactory` is not an abstract class anymore; - little refactoring has been made; - some...
Hello-hello :) So what about my proposition to add this example into the documentation?
> Because of the feature freeze, this must target 7.1 I've changed base branch to 7.0. Regarding automated tests failure, it looks unrelated to my changes.
Had the same. @darkopetreski approach works for me too and is even described in bundle's [documentation](https://symfony.com/bundles/LexikJWTAuthenticationBundle/current/7-manual-token-creation.html): ```php public function fooAction(UserInterface $user) { $authenticationSuccessHandler = $this->container->get('lexik_jwt_authentication.handler.authentication_success'); return $authenticationSuccessHandler->handleAuthenticationSuccess($user); } ``` Hope...
Very nice, it was helpful for me. Don't understand, why your request hasn't been merged yet.