Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Authorization depending on the route parameters #50

Open
fabioginzel opened this issue Nov 24, 2014 · 2 comments
Open

Authorization depending on the route parameters #50

fabioginzel opened this issue Nov 24, 2014 · 2 comments

Comments

@fabioginzel
Copy link

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

@nuxwin
Copy link
Contributor

nuxwin commented Jul 22, 2015

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:

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas-api-tools/api-tools-mvc-auth; a new issue has been opened at laminas-api-tools/api-tools-mvc-auth#19.

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

No branches or pull requests

3 participants