Intro
apple-signin-react
is a fully Typesafe library for integrating Sign In With Apple in your React App.
The library supports all options on the official Apple Docs.
Install
npm install apple-signin-react
pnpm add apple-signin-react
yarn add apple-signin-react
bun add apple-signin-react
Usage
import SignInWithApple from "apple-signin-react"
<SignInWithApple
clientId="com.app.indentifier"
redirectURI="https://domain.com/callback"
scope={"email"}
buttonStyle={{
type: "continue",
color: "white",
}}
/>