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

🗝 Decode Apple Sign In client tokens in PHP

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

When trying to get the user credentials the returned string look like : 001234.*********.**** whereas the getEmail() method does return the user email.

Type error: Return value of AppleSignIn\ASDecoder::decodeIdentityToken() must be an instance of AppleSignIn\object, instance of stdClass returned

Add return type hinting for IDE "goto" in getAppleSignInPayload

Fixing error that we have on old server with PHP ver 7.1. Error was: ``` Type error: Return value of AppleSignIn\ASDecoder::decodeIdentityToken() must be an instance of AppleSignIn\object, instance of stdClass...

`PHP Fatal error: Uncaught Error: Class 'AppleSignIn\ASPayload' not found` Only supports composer 1.10.20

When I encountered problems, I noticed that the manager of the project had not been maintained for a long time, resulting in many unsolved problems, and the submitted pull requests...

Edited README for more sample code, implementation sample and data for better clarity on how to use this library.

Hello support, I'm using the older version of Codeigniter and it has no support for composer, can you let me know if I can install it without using the composer?...

Replacing file_get_contents with curl method. Refer to #11

There's no PHP language level requirements explicitly stated in composer.json.