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

Add GraphQL Protect to community tool library #1776

Open
wants to merge 1 commit into
base: source
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions src/code/tools/graphql-protect/general/graphql-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: GraphQL Protect
description: GraphQL Protect is a GraphQL Protect is dead-simple yet highly customizable security proxy compatible with any HTTP GraphQL Server or Gateway.
#url: https://github.com/ldebruijn/graphql-protect/
github: ldebruijn/graphql-protect
---

[GraphQL Protect](https://github.com/ldebruijn/graphql-protect) helps you protect your GraphQL API against abuse by providing a large number of plug-and-play protection mechanism with sane defaults, while still allowing you complete customizability.

Getting started with GraphQL Protect is as simple as pulling the provided container, or running the binary directly, and supplying it with your configuration.

GraphQL Protect offers the following protection mechanism, and more:

1. [x] **Trusted Documents** (Persisted Operations)
4. [x] **Max Aliases**
5. [x] **Max Tokens**
6. [x] **Max Depth**
7. [x] **Max Batch**
2. [x] **Block Field Suggestions**
3. [x] **Obfuscate upstream errors**
8. [x] **Enforce POST**
9. [x] **Access Logging**
10. [x] [... and more!](https://github.com/ldebruijn/graphql-protect?tab=readme-ov-file#features)


Protecting your GraphQL API against abuse has never been easier, start protecting your API today.

The full [example can be found on GitHub](https://github.com/ldebruijn/graphql-protect?tab=readme-ov-file#installation).
8 changes: 8 additions & 0 deletions src/github-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1262,5 +1262,13 @@
"license": "Apache License 2.0",
"lastRelease": "2024-03-08T09:27:40Z",
"formattedLastRelease": "2 weeks ago"
},
"ldebruijn/graphql-protect": {
"hasCommitsInLast3Months": true,
"stars": 24,
"formattedStars": "24",
"license": "MIT",
"lastRelease": "2024-08-28T11:28:00Z",
"formattedLastRelease": "2 weeks ago"
}
}