@beyondidentity/bi-sdk-js
v3.0.5
Published
Passwordless authentication with our Authenticator embedded into you app
Downloads
9,782
Keywords
Readme
Beyond Identity JavaScript SDK
Embedded SDK
Goodbye, passwords! The Beyond Identity SDKs allow you to embed the Passwordless experience into your product. A set of functions are provided to you through the Embedded namespace. These SDKs supports OIDC and OAuth 2.0.
Installation
yarn add @beyondidentity/bi-sdk-js
or
npm install @beyondidentity/bi-sdk-js
Usage
Check out the Developer Documentation and the SDK API Documentation for more information.
Setup
First, before calling the Embedded functions, make sure to initialize the SDK.
import { Embedded } from "@beyondidentity/bi-sdk-js";
const embedded = await Embedded.initialize();
Example App
To get started:
git clone [email protected]:gobeyondidentity/bi-sdk-js.git
yarn example