mirror of
https://github.com/easychen/pushdeer.git
synced 2025-01-09 22:45:37 +08:00
update composer.lock
This commit is contained in:
parent
e673c3651b
commit
3b1a54f4c4
@ -1,9 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
use AppleSignIn\ASDecoder;
|
|
||||||
|
|
||||||
function getUserDataFromIdentityToken($idToken)
|
function getUserDataFromIdentityToken($idToken)
|
||||||
{
|
{
|
||||||
$appleSignInPayload = ASDecoder::getAppleSignInPayload($idToken);
|
$appleSignInPayload = \AppleSignIn\ASDecoder::getAppleSignInPayload($idToken);
|
||||||
return [ 'email' => $appleSignInPayload->getEmail() , 'uid' => $appleSignInPayload->getUser() ];
|
return [ 'email' => $appleSignInPayload->getEmail() , 'uid' => $appleSignInPayload->getUser() ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
400
api/composer.lock
generated
400
api/composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user