Skip to content
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

Authorization depending on the route parameters #19

Open
weierophinney opened this issue Dec 31, 2019 · 1 comment
Open

Authorization depending on the route parameters #19

weierophinney opened this issue Dec 31, 2019 · 1 comment

Comments

@weierophinney
Copy link
Contributor

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

@weierophinney
Copy link
Contributor Author

Hello,

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:


Originally posted by @nuxwin at zfcampus/zf-mvc-auth#50 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant