1.0.8 • Published 4 years ago

@rui13araujo/yawebauthn-client v1.0.8

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
4 years ago

yawebauthn-client

Yet Another WebAuthn Package for the Client

Install

npm i @rui13araujo/yawebauthn-client

Usage

Attestation (Register)

const yawebauthn = require('@rui13araujo/yawebauthn-client');

const attestationResponse = await yawebauthn.attestation(attestationRequest);

Assertion (Login)

const yawebauthn = require('@rui13araujo/yawebauthn-client');

const assertionResponse = await yawebauthn.assertion(assertionRequest);

License

MIT

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago