graphql-python / webob-graphql

GraphQL integration for WebOb based frameworks: Pyramid, Pylons...
MIT License
28 stars 10 forks source link

Document/support CSRF protection #6

Open Cito opened 6 years ago

Cito commented 6 years ago

It should be documented that GraphQL endpoints providing mutations must be protected against CSRF attacks, and how this can be achieved. Maybe pyramid.csrf be combined with webob-graphql?