We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4fefc commit b08f7b5Copy full SHA for b08f7b5
1 file changed
thepeer/main.py
@@ -18,7 +18,8 @@ def __init__(self, secret):
18
19
def validate_signature(self, data, signature):
20
"""helper method to validate the signature of the data received
21
- from thepeer's servers
+ from thepeer's servers, it's usually used for validating webhook events
22
+ coming from thepeer's servers
23
Args:
24
data (dict|Any): the payload to which the signature is applied
25
signature (string): the signature to be validated
0 commit comments