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 030b1c6 commit f8cfa89Copy full SHA for f8cfa89
src/cryptojwt/jwk/hmac.py
@@ -57,7 +57,7 @@ def __init__(
57
self.key = b64d(bytes(self.k))
58
59
if len(self.key) < 16:
60
- raise UnsupportedAlgorithm("key too short")
+ raise UnsupportedAlgorithm("client_secret too short, it should be at least 16 digits")
61
62
def deserialize(self):
63
0 commit comments