I have an iOS app using in-app purchases.
When some plan is subscribed apple posts request on the webhook i provided
here on server side i am receiving this data from apple:
{"signedPayload": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"}
I am unable to find proper documentation for backend to verify this payload.
Can someone provide me some example or docs or a really good nodejs library that can make things easy for me to decode and get valuable information from this signed token