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
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: