Skip to content

Commit

Permalink
feat(graphql-protect): Add graphql-protect tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebruijn committed Sep 14, 2024
1 parent 59f1728 commit 8422b78
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
24 changes: 13 additions & 11 deletions src/code/tools/graphql-protect/general/graphql-protect.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
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
#url: https://github.com/ldebruijn/graphql-protect/
github: ldebruijn/graphql-protect
---

Expand All @@ -10,16 +10,18 @@ github: ldebruijn/graphql-protect
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!

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.

Expand Down
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"
}
}

0 comments on commit 8422b78

Please sign in to comment.