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

feat(Feat/permission decorator): Add permissions for specific GraphQL fields #36

Merged
merged 9 commits into from
Jan 22, 2025

Conversation

Ho-s
Copy link
Owner

@Ho-s Ho-s commented Jan 22, 2025

  • In GraphQL, clients can request any field, which could expose sensitive information. This guard ensures that sensitive fields are protected.

  • It allows controlling access to specific fields based on the server's permissions.

@Ho-s Ho-s added the enhancement New feature or request label Jan 22, 2025
@Ho-s Ho-s self-assigned this Jan 22, 2025
@Ho-s Ho-s merged commit 6fc65b5 into main Jan 22, 2025
1 check passed
@Ho-s Ho-s deleted the feat/permission-decorator branch January 22, 2025 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant