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 38c23a0Copy full SHA for 38c23a0
src/cryptojwt/jwk/hmac.py
@@ -57,7 +57,8 @@ 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,"
61
+ " it should be at least 16 digits")
62
63
def deserialize(self):
64
0 commit comments