New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@trusona/touchpoint-sdk

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trusona/touchpoint-sdk

Trusona Touchpoint SDK

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source
Logo

Trusona Touchpoint SDK

This project provides a set of web components to provide a UX for the Trusona WebAuthn SDK

About The Project

The Trusona Touchpoint SDK is a collection of web components that meant to be used in tandem with the Trusona WebAuthn SDK to provide a user experience.

Built With

  • Lit
  • Typescript

Install

npm install

Develop

npm run dev

Storybook

npm run storybook

Build

npm run build

Demo Pages

Every component has a sample html page that shows each component. To view the demo page, run the following:

npm run build
npm run demo-page

Project installation

The Trusona Touchpoint SDK can be installed in your project by either including it in your Node.js package.json with @trusona/touchpoint-sdk

or by loading the sdk through https://unpkg.com/ in a script tag.

The SDK provides two different build types: UMD (Universal Module Definition) as well a modern MJS (Modular JavaScript).

If you are unsure of what build type, use the UMD version.

Contact

Project Link: https://github.com/trusona/auth-cloud-touchpoint-sdk

Keywords

web-component

FAQs

Package last updated on 26 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts