Verifying Apple's x5c JWT signatures with Firebase php-jwt, how to decode?
I'm trying to use Apple's App Store Server API to fetch transaction info about in-app purchases made in my iOS apps. Their server api uses JWTs to transmit/sign the data. I'm able to successfully fetch the data from Apple which…