Skip to content

passageidentity/passage-react-native

Repository files navigation

Passage Swift

npm version

Native passkey authentication for your React Native app

Welcome!

Integrating passkey technology can be really hard. That's why we built the Passage Complete React Native SDK - to make passkey authentication easy for you and your users, all in a native Android and iOS experience.

Passage React Native


Installation

npm i @passageidentity/passage-react-native

Example Usage

import Passage from '@passageidentity/passage-react-native';

const passage = new Passage('APP_ID');

// Register a new user with a passkey
const { authToken } = await passage.registerWithPasskey('name@email.com');

// Get authenticated user info
const user = await passage.getCurrentUser();

Documentation

To get started using Passage Complete in your React Native app, please visit our Passage Docs.



Passage Logo

Give customers the passwordless future they deserve. To learn more check out passage.1password.com

This project is licensed under the MIT license. See the LICENSE file for more info.

About

Native passkey authentication for your React Native app.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •