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
What better way to customize the authorization depending on the feature called on route?
example:
on the route: / car / 1
I want to get the car 1 and see if I can change it
By default, apigility check authorization for HTTP method (GET, POST...) which you can set through authorization tab in apigility UI. Here you want per identity authorization which is not "suppoted" out of box because this is more related to your application. I would recommend to read:
What better way to customize the authorization depending on the feature called on route?
example:
on the route: / car / 1
I want to get the car 1 and see if I can change it
Originally posted by @fabioginzel at zfcampus/zf-mvc-auth#50
The text was updated successfully, but these errors were encountered: