https://github.com/perfectwebteam/craft-graphql-security
An assortment of security measures when using Craft CMS with GraphQL
https://github.com/perfectwebteam/craft-graphql-security
Last synced: 6 months ago
JSON representation
An assortment of security measures when using Craft CMS with GraphQL
- Host: GitHub
- URL: https://github.com/perfectwebteam/craft-graphql-security
- Owner: perfectwebteam
- License: mit
- Created: 2022-10-06T13:24:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T15:30:21.000Z (almost 2 years ago)
- Last Synced: 2025-08-24T09:17:57.655Z (11 months ago)
- Language: PHP
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Craft GraphQL Security for Craft CMS 3.x
An assortment of security measures when using Craft CMS as headless API

## Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
## Installation
To install the plugin, follow these instructions.
1. Open your terminal and go to your Craft project:
cd /path/to/project
2. Then tell Composer to load the plugin:
composer require perfectwebteam/craft-graphql-security
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Craft Entry Section.
## Using Craft GraphQL Security
- Blocks GET mutations
Brought to you by [Perfectwebteam](https://perfectwebteam.nl/)