Show More
@@ -341,7 +341,7 b' class Session(Configurable):' | |||||
341 | def _digest_mod_default(self): |
|
341 | def _digest_mod_default(self): | |
342 | return hashlib.sha256 |
|
342 | return hashlib.sha256 | |
343 |
|
343 | |||
344 | auth = Instance(hmac.HMAC) |
|
344 | auth = Instance(hmac.HMAC, allow_none=True) | |
345 |
|
345 | |||
346 | def _new_auth(self): |
|
346 | def _new_auth(self): | |
347 | if self.key: |
|
347 | if self.key: |
General Comments 0
You need to be logged in to leave comments.
Login now