-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't configure refresh token with SF6 #330
Comments
Try to remove |
Whenb I remove the controller and add the provider. I have
security.yaml
routes.yaml
|
@sanchobouillant Did you ever find a solution for this? I'm also facing the same issue. |
same here |
Remove config/routes/gesdinet_jwt_refresh_token.yaml |
It work but there are some deprecated warning
security:
gesdinet_jwt_refresh_token:
|
Hi everyone,
I try to configure the bundle with SF6 AND php8.1
routes.yaml
security.yaml
With that code I have
If I remove the controller part from the routes.yaml I have:
What did I missed in my configuration?
The text was updated successfully, but these errors were encountered: