php-apple-signin icon indicating copy to clipboard operation
php-apple-signin copied to clipboard

🗝 Decode Apple Sign In client tokens in PHP

Results 24 php-apple-signin issues
Sort by recently updated
recently updated
newest added

Class 'AppleSignIn\Vendor\SignatureInvalidException' not found

leeway should be set as 60 (seconds). Otherwise verifyUser() would not pass. Return types of some functions are wrong.

While using the package I got an error saying "Undefined property: stdClass::$kid" It happened in: AppleSignIn\Vendor\JWT::getPublicKeyKid at line 158. Version: ^1.1 php version: 8.1 The code I'm using: ``` $appleSignInPayload...

Hello, I am facing an error : ``` Malformed UTF-8 characters {"exception":"[object] (DomainException(code: 0): Malformed UTF-8 characters at /vendor/griffinledingham/php-apple-signin/Vendor/JWT.php:379) ``` I tried to convert my IdentityToken to UTF-8 by it...