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);