We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcbffe commit c8f3bbeCopy full SHA for c8f3bbe
graphql-security/src/main/java/com/networknt/graphql/security/JwtVerifyHandler.java
@@ -48,7 +48,7 @@
48
* This is the JWT token verifier for GraphQL. Given there is no OpenAPI spec available for
49
* scopes, we have to verify the scope just based on query and mutation which is read and write.
50
*
51
- * Regarding to the authorization, GraphQL spec doesn't have anything built-in and it is
+ * Regard to the authorization, GraphQL spec doesn't have anything built-in, and it is
52
* recommended to handle at the business logic layer. As we are trying to address the cross-cutting
53
* concerns at middleware level within the framework, we don't want to inject anything extra into
54
* the schema for authorization.
0 commit comments