Skip to content

Commit 7842374

Browse files
authored
Merge pull request #135 from DomainTools/IDEV-1876-change-default-authmethod-to-hmac
IDEV-1876: Change default authentication method to HMAC.
2 parents ec1e54e + a6090c2 commit 7842374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domaintools/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(
5151
verify_ssl=True,
5252
rate_limit=True,
5353
proxy_url=None,
54-
always_sign_api_key=False,
54+
always_sign_api_key=True,
5555
key_sign_hash="sha256",
5656
app_name="python_wrapper",
5757
app_version=version,

0 commit comments

Comments
 (0)