AP
Akanksha Patil

Apple Sign in Button - Copy this React, Mui Component to your project

ignInWithAppleButton( onPressed: () async { final credential = await SignInWithApple.getAppleIDCredential( scopes: [ AppleIDAuthorizationScopes.email, AppleIDAuthorizationScopes.fullName, ], ); print(credential); // Now send the credential (especially `credential.authorizationCode`) to your server to create a session }, );

Prompt
Component Preview

About

AppleSignInButton - Easily integrate Apple sign-in with email and full name scopes, built with react and mui. Simplify user authenticatio. Copy code today!

Share

Last updated 1 month ago