2.16.0 • Published 1 month ago

@verifai/websdk-react v2.16.0

Weekly downloads
-
License
No License
Repository
-
Last release
1 month ago

Verifai WebSDK for React

Install

# with npm
npm install @verifai/websdk-react --save

# or with yarn
yarn add @verifai/websdk-react

Usage

import React, { useState } from "react"
import WebSDK from '@verifai/websdk-react'

export default function MyComponent() {
  const [show, setShow] = useState(true)

  return <WebSDK
    // For the token look at: https://docs.verifai.com/sdk/web/
    token="<OTP_TOKEN>"

    show={show} // you can manipulate the show prop to show and hide the modal.

    onSuccess={sessionID => {
      // set show prop to false, to close the modal
      setShow(false)

      // Here you can get the Verifai result.
      // And also clear the Verifai session.
    }}
    onCanceled={sessionID => {
      // set show prop to false, to close the modal
      setShow(false)

      // Here your customer canceled the Verifai flow
      // And you can clear the Verifai session
    }}
  />
}

More Documentation

For more configuration and options you can see the documentation.

Demo

Want to try it out first? There is a demo available at: demo.websdk.verifai.com.

About Verifai

Please visit our website for more information about this and our other products: verifai.com.

2.16.0

1 month ago

2.15.2

1 year ago

2.15.0

1 year ago

2.15.1

1 year ago

2.13.2

1 year ago

2.12.1

2 years ago

2.14.0

1 year ago

2.13.1

1 year ago

2.11.0

2 years ago

2.12.0

2 years ago

2.11.1

2 years ago

2.11.4

2 years ago

2.11.2

2 years ago

2.11.3

2 years ago

2.10.1

2 years ago

2.10.0

2 years ago

2.9.0

2 years ago

2.8.3

2 years ago

2.8.2

2 years ago

2.8.1

2 years ago

2.8.0

2 years ago

2.7.2

2 years ago

2.7.3

2 years ago

2.7.0

2 years ago

2.7.1

2 years ago

2.6.1

2 years ago

2.6.0

2 years ago

2.5.2

3 years ago

2.5.1

3 years ago

2.5.0

3 years ago

2.4.2

3 years ago