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

fix: don't check permissions for GET requests #51

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

czosel
Copy link
Contributor

@czosel czosel commented Apr 16, 2024

Permissions should only deal with POST/PATCH/DELETE - GET requests should be entirely governed by the visibility layer.

Fixes #52

Permissions should only deal with POST/PATCH/DELETE - GET requests
should be entirely governed by the visibility layer.
@czosel czosel requested review from winged and Yelinz April 16, 2024 13:59
@winged winged merged commit 774f259 into main Apr 17, 2024
16 checks passed
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

Successfully merging this pull request may close these issues.

Don't run permission checks on GET requests
3 participants