webauthn
WebAuthn is a web standard published by the W3C. Its goal is to
standardize an interfacefor authenticating users to web-based
applications and services using public key cryptography. Modern web
browsers support WebAuthn functionality.
WebAuthn provides two funcitons: register and authenticate. Usually the
public and private keypair is stored on an external token (Yuikey etc.)
or part of the platform (TPM). After the public key is registered, it can
be used to authenticate to the same service.
This module does not preserve a database of registered public keys, their
credential ID, usernames and pending challenges - instead this data must
be stored by a client of this API in a database or other persistent
storage.
A basic demonstration server is provided (bin/webauthn_demo
),
running at webauthn-demo.robur.coop.
Documentation
API documentation is available online.
Installation
opam install webauthn
will install this library.
sha256=c9082576c49d34f49884c361afb5f856b82ff7066d1d6f3b3d03c41314449701
sha512=a7e9e41be396ce7bd4a201eac693be725827208d92fabd90201b23b7657599b6a5cd82592758db9e7d2d9401b5e17b8d19f6a4fc74a01deb9cb6c3bd26e99a51
>= "0.5"
>= "6.0.0"
>= "3.1.0"
>= "0.13.0"
dev
dev
dev
dev
dev & >= "1.0.0~alpha2"
>= "2.7"
>= "4.08.0"