Needs to be dict, not string
This commit is contained in:
@@ -384,7 +384,7 @@ class AuthHandler(BaseHandler):
|
||||
)
|
||||
|
||||
if does_match:
|
||||
user_dict[nonce] = client_nonce
|
||||
user_dict.setdefault(nonce, {})["client_nonce"] = client_nonce
|
||||
|
||||
return does_match
|
||||
|
||||
|
||||
Reference in New Issue
Block a user