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 abe2c10 commit bc33e4dCopy full SHA for bc33e4d
keyauth.py
@@ -527,6 +527,7 @@ def __do_request(self, post_data):
527
)
528
529
key = self.secret if post_data["type"] == "init" else self.enckey
530
+ if post_data["type"] == "log": return response.text
531
532
client_computed = hmac.new(key.encode('utf-8'), response.text.encode('utf-8'), hashlib.sha256).hexdigest()
533
0 commit comments