We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8de291 + 5aa85e3 commit c769b44Copy full SHA for c769b44
lightspark/requests/requester.py
@@ -53,7 +53,7 @@ def execute_graphql(
53
"operationName": operation.group(1) if operation else None,
54
"query": query,
55
"variables": variables or {},
56
- "nonce": secrets.randbits(32) if signing_key else None,
+ "nonce": secrets.randbits(64) if signing_key else None,
57
"expires_at": (datetime.utcnow() + timedelta(hours=1))
58
.replace(tzinfo=timezone.utc)
59
.isoformat()
0 commit comments