Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Trusona AuthCloud Touchpoint SDK
https://github.com/trusona/auth-cloud-touchpoint-sdk

Last synced: about 13 hours ago
JSON representation

Trusona AuthCloud Touchpoint SDK

Awesome Lists containing this project

README

        



Logo

# Trusona Touchpoint SDK

This project provides a set of web components to provide a UX for the [Trusona WebAuthn SDK](https://github.com/trusona/auth-cloud-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.

## Documentation
Please see the main [documentation](docs/index.md) page for a deeper understanding of the framework and the individual
components that comprise this library.

### Built With

- [Lit](https://lit.dev/)
- [Typescript](https://www.typescriptlang.org/)

## Install

```bash
npm install
```

## Develop

```bash
npm run dev
```

## Storybook

```bash
npm run storybook
```

## Build

```bash
npm run build
```

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

```bash
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](https://github.com/trusona/auth-cloud-touchpoint-sdk)