react-apple-signin

Typesafe Sign In with Apple library for React

MIT License

Downloads
31
Stars
0

Introduction

apple-signin-react is a fully Typesafe library designed for integrating Apple's Sign In with your React applications.

This library adheres to all the specifications detailed in the official Apple documentation.

Installation

To install the library, you can use any of the following package managers:

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",
  }}
/>
Package Rankings
Top 28.05% on Npmjs.org