Skip to content

Commit c8f3bbe

Browse files
committed
update comments only
1 parent 6dcbffe commit c8f3bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-security/src/main/java/com/networknt/graphql/security/JwtVerifyHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* This is the JWT token verifier for GraphQL. Given there is no OpenAPI spec available for
4949
* scopes, we have to verify the scope just based on query and mutation which is read and write.
5050
*
51-
* Regarding to the authorization, GraphQL spec doesn't have anything built-in and it is
51+
* Regard to the authorization, GraphQL spec doesn't have anything built-in, and it is
5252
* recommended to handle at the business logic layer. As we are trying to address the cross-cutting
5353
* concerns at middleware level within the framework, we don't want to inject anything extra into
5454
* the schema for authorization.

0 commit comments

Comments
 (0)