-
Notifications
You must be signed in to change notification settings - Fork 85
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
oauth2: true gets ignored. #124
Comments
luckily i asked around on symfony slack channel and some guys were able to help me sort this out. depending on your set up you would need a line on access_control in security.yaml
Would be nice if the documentation could specify this. |
Thanks for sharing your solution.
I agree. Looks like an easy pick, PR welcome. |
I hope this helps anyone person looking this up or adding it to the docs. The pattern in |
It definitely should be in docs. |
behind firewalls i added
api:
pattern: ^/api
security: true
stateless: true
oauth2: true
This basically does nothing. Is there any fix for this? this library is not usable in the current state
The text was updated successfully, but these errors were encountered: