From 04b9f26d738983a8f0324de9da0f4490a3ddfa6d Mon Sep 17 00:00:00 2001 From: Daniel Bass <94785484+danielbass37@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:12:04 +0100 Subject: [PATCH] Added RBAC Guide Signed-off-by: Daniel Bass <94785484+danielbass37@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a395da6..9f4833c 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ A curated list of awesome GraphQL Security frameworks, libraries, software, and - [The GraphQL Security Blog](https://blog.escape.tech/9-graphql-security-best-practices/) - Learn about GraphQL security, performance, testing and building production-ready APIs with the latest tools and best practices of the GraphQL ecosystem. - [GraphQL for Pentesters](https://www.acceis.fr/graphql-for-pentesters/) - Introduction to Basic Concepts, Security Considerations & Reconnaissance, Vulnerabilities and Attacks, Offensive Tools. - [GraphQL security for decentralized applications (DApps): challenges and best practices](https://escape.tech/blog/graphql-security-for-dapps/) - Learn about GraphQL security, performance, testing and building production-ready APIs with the latest tools and best practices of the GraphQL ecosystem. - +- [Implementing GraphQL Authorization: A Practical Guide](https://www.permit.io/blog/implementing-graphql-authorization) - Learn how to implement scalable authorization in GraphQL. Simplify RBAC and Permissions management with step-by-step instructions. ### Vulnerabilities