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

Allow finer grained authorization #5

Open
darioteixeira opened this issue Dec 15, 2016 · 0 comments
Open

Allow finer grained authorization #5

darioteixeira opened this issue Dec 15, 2016 · 0 comments

Comments

@darioteixeira
Copy link
Owner

Presently, RIP accepts the definition of an authorize function per service. This is not granular enough, as some services may allow public access to read-only methods like GET while requiring the enforcement of stricter authorization for methods like POST or PUT.

We should keep the service-wide authorize function as fallback, but allow also the definition of custom authorization functions for particular methods.

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