-
Class 'AppleSignIn\Vendor\SignatureInvalidException' not found
imhzs updated
4 years ago
-
Type error: Return value of AppleSignIn\ASDecoder::decodeIdentityToken() must be an instance of AppleSignIn\object, instance of stdClass returned
-
看了错误日志显示:
[2023-08-16 08:09:28] local.ERROR: Cannot handle token prior to 2023-08-16T08:09:58+0000 {"exception":"[object] (Firebase\\JWT\\B
eforeValidException(code: 0): Cannot handle token prior …
-
hello,
downloaded this project then update composer
and add testing code on new file index.php
require_once 'Vendor/autoload.php';
use AppleSignIn\ASDecoder;
$identityToken = " ";
$appleSi…
-
**Describe the bug**
Error: "SignInWithApple.authorize()" is not implemented on android
Although the readme document states that Android is not supported, I noticed that there is Android code in t…
-
My sign in code is simple:
`
void _signInWithApple(BuildContext context) async {
var bloc = Provider.of(context, listen: false);
print("_signInWithApple");
if (!await AppleSignIn.is…
-
### Description
According to this website (https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/communication/authentication), iOS12 and higher uses ASWebAuthenticationSession, which sh…
-
Latest iOS version has no Mac support. Could this be added?
-
Hi,
When I am trying to use the AppleSigIn.startLogin method in javascript on android device. I am getting the error "class not found".
Regards,
Koushik
-
How to prevent that in case of logout or refresh a pop up appear to sign in again?
Is it necessary?
I think in case of logout just logout without a login prompt as also in refresh token.
Am I…