mll-lab / laravel-graphql-playground

This project is deprecated in favor of https://github.com/mll-lab/laravel-graphiql.
MIT License
267 stars 25 forks source link

Update CSRF header documentation #58

Closed jdeeburke closed 2 years ago

jdeeburke commented 2 years ago

Since these docs were last updated, GraphQLPlayground added a request.globalHeaders setting which is now the correct way to set the CSRF token when required. This PR updates the docs to reflect the new correct configuration.