1.0.2 • Published 10 months ago

apple-signin-react v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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",
  }}
/>
1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago