You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a security voter is_granted('PERSON_VIEW', object) in GET operation and also i use an Output DTO to format the rendering. the issue is that rather than voter check on the current object passed in url it checks on output, so it return always a 403 status.
Any idea please. @dunglas
Best regards.
The text was updated successfully, but these errors were encountered:
I'm using a security voter
is_granted('PERSON_VIEW', object)
in GET operation and also i use an Output DTO to format the rendering. the issue is that rather than voter check on the current object passed in url it checks on output, so it return always a 403 status.Any idea please.
@dunglas
Best regards.
The text was updated successfully, but these errors were encountered: