How can I validate the JWT from a purchase from StoreKit 2 using PHP? I can't find any example on the internet. The video say "Then use your favorite cryptographic library to verify the data with", but I don't know anything about that.
After doing a lot of research, finally I developed a working solution: https://stackoverflow.com/a/72638944/3701102