Skip to content

Commit a6090c2

Browse files
committed
IDEV-1876: Change default authentication method to HMAC.
1 parent ec1e54e commit a6090c2

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)