@rui13araujo/yawebauthn-client

1.0.8 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @rui13araujo/yawebauthn-client

Weekly Downloads

0

Version

1.0.8

License

ISC

Unpacked Size

53.8 kB

Total Files

3

Last publish

Collaborators

  • rui13araujo