Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Aug 9, 2024
1 parent 5362c3a commit 7151468
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/migration/migration8.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
- Cross-site request forgery (CSRF) protection has been added for both GET and POST requests,
enabled by default.
- Status codes for validation errors are now, by default, determined by the response content type,
and for authentication errors may return a 401 or 403 status code. See the breaking changes
section below for more information.
and for authentication errors may return a 401 or 403 status code. These changes are purusant
to the [GraphQL over HTTP specification](https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md).
See the breaking changes section below for more information.

## Breaking changes

Expand Down

0 comments on commit 7151468

Please sign in to comment.