passkeys-js
v0.0.12
Published
Javascript Passkey Authentication using WebAuthn Broweser API
Maintainers
Readme
Installing
Package manager
Using npm:
$ npm install passkeys-jsOnce the package is installed, you can import the library using import or require approach:
import {Passkeys} from 'passkeys-js';