Passwordless authentication with our Authenticator embedded into you app
npm install @beyondidentity/bi-sdk-jsUniversal Passkeys for Developers
All devices. Any protocol. Zero shared secrets.

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.
```
yarn add @beyondidentity/bi-sdk-js
or
``
npm install @beyondidentity/bi-sdk-js
Check out the Developer Documentation and the SDK API Documentation for more information.
First, before calling the Embedded functions, make sure to initialize the SDK.
`typescript
import { Embedded } from "@beyondidentity/bi-sdk-js";
const embedded = await Embedded.initialize();
`
To get started:
```
git clone git@github.com:gobeyondidentity/bi-sdk-js.git
yarn example