|
|
|
@ -38,7 +38,7 @@ def app_store_webhook(request): |
|
|
|
# with open(KEY_FILE,'r') as key_file: |
|
|
|
# with open(KEY_FILE,'r') as key_file: |
|
|
|
# key = ''.join(key_file.readlines()) |
|
|
|
# key = ''.join(key_file.readlines()) |
|
|
|
|
|
|
|
|
|
|
|
decodedPayload = _decode_jws(signedPayload, algorithms=algorithms) |
|
|
|
decodedPayload = _decode_jws(signedPayload, algorithms=['ES256']) |
|
|
|
|
|
|
|
|
|
|
|
# decodedPayload = jwt.decode(signedPayload, key, algorithms=['ES256']) |
|
|
|
# decodedPayload = jwt.decode(signedPayload, key, algorithms=['ES256']) |
|
|
|
|
|
|
|
|
|
|
|
|