Skip to content

neo773/react-apple-signin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Screenshot 2023-07-24 at 12 21 27 AM

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

About

Typesafe Sign In with Apple library for React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published