Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trusona/auth-cloud-touchpoint-sdk
- Owner: trusona
- Created: 2023-08-07T15:32:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-25T08:06:48.000Z (4 months ago)
- Last Synced: 2024-12-16T16:12:31.147Z (25 days ago)
- Language: TypeScript
- Homepage: https://trusona.com
- Size: 1.28 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)