GriffinLedingham / php-apple-signin

🗝 Decode Apple Sign In client tokens in PHP
BSD 3-Clause "New" or "Revised" License
200 stars 87 forks source link

Fix issue #11 by replacing file_get_contents method with curl. #24

Open eddyson1006 opened 4 years ago

eddyson1006 commented 4 years ago

Replacing file_get_contents with curl method. Refer to #11