Skip to content

Commit ec06198

Browse files
committed
Update a comment
1 parent d7ab9f1 commit ec06198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/oauth2_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ def finalize_id_token(self, id_token, token, token_handler, request):
770770
"typ": "JWT",
771771
"alg": request.client.algorithm,
772772
}
773-
# PyJWKClient expects a kid in the header for varifying the token
773+
# RS256 consumers expect a kid in the header for verifying the token
774774
if request.client.algorithm == AbstractApplication.RS256_ALGORITHM:
775775
header["kid"] = request.client.jwk_key.thumbprint()
776776

0 commit comments

Comments
 (0)