Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nexys-system/webauthn
simplistic webauthn lib
https://github.com/nexys-system/webauthn
typescript webauthn webauthn-demo
Last synced: about 2 months ago
JSON representation
simplistic webauthn lib
- Host: GitHub
- URL: https://github.com/nexys-system/webauthn
- Owner: nexys-system
- Created: 2024-02-10T12:14:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T13:39:37.000Z (11 months ago)
- Last Synced: 2024-11-14T18:12:05.257Z (about 2 months ago)
- Topics: typescript, webauthn, webauthn-demo
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@nexys/webauthn
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAuthn
[![Test](https://github.com/nexys-system/webauthn/actions/workflows/test.yml/badge.svg)](https://github.com/nexys-system/webauthn/actions/workflows/test.yml)
[![Publish](https://github.com/nexys-system/webauthn/actions/workflows/publish.yml/badge.svg)](https://github.com/nexys-system/webauthn/actions/workflows/publish.yml)
[![NPM package](https://badge.fury.io/js/%40nexys%2Fwebauthn.svg)](https://www.npmjs.com/package/@nexys/webauthn)
[![NPM package](https://img.shields.io/npm/v/@nexys/webauthn.svg)](https://www.npmjs.com/package/@nexys/webauthn)minimalistic implementation of webauthn
## get started
### package
download the package
### demo
```
yarn
yarn build
yarn start # will start server on port 8000
```### test
`yarn build && yarn test`