Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@beyondidentity/embedded-react-native

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beyondidentity/embedded-react-native

Passwordless identities for workforces and customers

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by100%
Maintainers
3
Weekly downloads
 
Created
Source

Beyond-Identity-768x268

Beyond Identity React Native SDK

Goodbye, passwords! The Beyond Identity SDK for React Native is a wrapper around our Native Embedded SDKs (iOS and Android), which allows you to embedded the Passwordless experience into your product. Users will not need to download the Beyond Identity Authenticator.

Installation

Install the library:

yarn add @beyondidentity/embedded-react-native

or

npm i --save @beyondidentity/embedded-react-native

Make sure your ios/Podfile supports iOS 12 or later

platform :ios, '12.0'

Go to your ios folder and run:

 pod install

Make sure your android/build.gradle supports minSdkVersion 28 or later

buildscript {
  ext {
    minSdkVersion = 28
  }
}

Add the following maven url to your repositories in your android/build.gradle

allprojects {
  repositories {
    maven {
      url "https://packages.beyondidentity.com/public/bi-sdk-android/maven/"
    }
  }
}

Usage

import { Embedded } from '@beyondidentity/embedded-react-native';

Run Examples

To set up:

yarn bootstrap

To run the example app on Android:

yarn example android

To run the example app on iOS:

yarn example ios

To start the packager:

yarn example start

Keywords

FAQs

Package last updated on 27 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc