Title
Create new category
Edit page index title
Edit category
Edit link
TrustX Appkey Web SDK Guide
Early Access
The Daon Appkey Javascript library provides secure biometric registration and authentication capabilities for web and mobile environments. It offers a simple JavaScript API for implementing user registration and authentication workflows that can be integrated with TrustX API.
This document provides a quick-start installation guide with simple installation instructions to get started using the library.
For biometric registration and authentication flows, it is necessary to add FIDO SDK dependences to the Trust SDK.
CDN/ Script Usage
Before using the Appkey Web SDK, ensure you have the following files in your project:
ixjs_bg.wasm - WebAssembly binary for core functionality
DaonAppkey.v{version}.min.js - Main Daon Appkey library
Usage Example:
NPM/ REACT Usage
The Appkey Web SDK will be distributed to NPM in a future update. This document will be updated once the NPM distribution is available.
To include the Appkey Web SDK in your project, add the following to your list of dependencies:
For Android applications, if you are using Typescript, it is also required to add the following:
Usage Example:
REACT Registration Example
REACT Authentication Example
Further Reading
A full API Reference for the Appkey Web SDK can be found in the Appkey Web SDK API Reference guide.