We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8de291 commit 5aa85e3Copy full SHA for 5aa85e3
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