mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-06 13:23:12 +03:00
11 lines
495 B
ReStructuredText
11 lines
495 B
ReStructuredText
======================
|
|
Security consideration
|
|
======================
|
|
|
|
It is crucial to follow security best practices while deploying a GraphQL application to production.
|
|
GraphQL APIs are inherently prone to various security risks, but they can be reduced by taking appropriate precautions.
|
|
Neglecting to do so can expose the API to vulnerabilities like credential leakage or denial of service attacks.
|
|
|
|
|
|
In this section, we will discuss the most common security risks and how to mitigate them.
|