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
Javascript
Copy

Usage Example:

Javascript
Copy

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:

JSON
Copy

For Android applications, if you are using Typescript, it is also required to add the following:

Typescript
Copy

Usage Example:

Javascript
Copy

REACT Registration Example

Javascript
Copy

REACT Authentication Example

Javascript
Copy

Further Reading

A full API Reference for the Appkey Web SDK can be found in the Appkey Web SDK API Reference guide.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard