DEV Community

Natalie
Natalie

Posted on

FIDO-certified biometric authentication - React Native SDK

Description
LoginID’s React-Native SDK enables web developers to easily add FIDO/FIDO certified strong customer authentication to their site or app. By utilizing the biometrics on the end user’s device, LoginID’s SDK enables seamless passwordless logins and payment authentications via our Transaction Confirmation with Digital Signature tool. LoginID is PSD2, GDPR, CCPA, and HIPPA compliant.

Install:

npm install @loginid/react-native-sdk

Enter fullscreen mode Exit fullscreen mode

Usage:

import RNLoginApi from '@loginid/react-native-sdk';

Enter fullscreen mode Exit fullscreen mode

Documentation
View full documentation

Top comments (0)