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

ES256 not supported #12

Open aanders77 opened 4 years ago

aanders77 commented 4 years ago

Apple uses ES256 algorithm for their keys, but the JWT.php included in this package does not support ES256.

pelomedusa commented 4 years ago

Same issue here

aanders77 commented 4 years ago

@pelomedusa I went with this package instead: https://github.com/patrickbussmann/oauth2-apple