Sequeira Alexandre

Results 4 comments of Sequeira Alexandre

hi everywone, i try all youre solution for to have the same result when i want to migrate : Unrecognized options "secret, lifetime, path" under "security.firewalls.remember_me". Available options are "access_denied_handler",...

`security: enable_authenticator_manager: true password_hashers: Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: "auto" providers: app_user_provider: entity: class: App\Entity\User property: email jwt: lexik_jwt: class: App\Entity\User firewalls: dev: pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false login: pattern: ^/api/login stateless: true json_login: check_path:...

@SergeMezui16 thks dude it's working. I put under api but i don't know if is the good one. But i don't have error

@SergeMezui16 i try your code and i come back with th same error In ArrayNode.php line 327: Unrecognized option "api_token_refresh" under "security.firewalls.api". Available options are "access_denied_handler", "access_denied_url", "access_token", "context", "custom_authenticators",...