Implement auth error types for GraphQL #2026
Labels
Area/Security
Issues related to stdlib security
module/graphql
Issues related to Ballerina GraphQL module
Points/0.5
Team/PCM
Protocol connector packages related issues
Type/NewFeature
Milestone
Description:
This is to track the implementation of auth error types for GraphQL which will be used in context initialization phase and can be used in resolver phase as well.
Here is the summary of HTTP status codes.
So, with the GraphQL proposal of security story [1] we will be adding 2 new error types as
graphql:AuthnError
andgraphql:AuthzError
and those will return the 400 status code responses.[1] #1771
The text was updated successfully, but these errors were encountered: