Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`