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.
2 parents 8cdb628 + 2125695 commit ea9776cCopy full SHA for ea9776c
src/cryptojwt/jwk/__init__.py
@@ -274,7 +274,7 @@ def add_kid(self):
274
Construct a Key ID using the thumbprint method and add it to
275
the key attributes.
276
"""
277
- self.kid = b64e(self.thumbprint("SHA-256")).decode("utf8")
+ self.kid = self.thumbprint("SHA-256").decode("utf8")
278
279
def appropriate_for(self, usage, **kwargs):
280
0 commit comments