graphene/docs/security/index.rst
QuentinN42 c432022582
docs: start secu
Signed-off-by: QuentinN42 <quentin@lieumont.fr>
2023-03-15 15:30:59 -07:00

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.