JavaScript
This document explains how to integrate the Authentication flow from your web application
Orba One
1. Install the SDK
# Yarn
yarn add @orbaone/core
# NPM
npm install --save @orbaone/core2. Get an API Key
3. Render the verification button
Example Usage
renderButton(config) Options
Browser
Example Usage
Last updated