1.0.8 • Published 4 years ago
@rui13araujo/yawebauthn-client v1.0.8
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);