1.1.4 • Published 4 years ago

react-sign-in-apple v1.1.4

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

react-sign-in-apple

React Component for Sign in with Apple

NPM

Install

npm install --save react-sign-in-apple

Usage

import React from 'react'

import { AppleLogin } from 'react-sign-in-apple'

const AppleLoginComponent = () => {
  return (
    <AppleLogin
      clientId="[clientId]"
      redirectURI="[redirectURI]"
      onSuccess={console.log}
      onFailure={console.error}
      render={({ onClick }) => (
        <button onClick={onClick}>Sign in with Apple</button>
      )}
    />
  )
}

Additional Info

See link for docs on Sign in with Apple

License

MIT © Akshit Kr Nagpal

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago