webauthnversion
WebAuthn - authenticating users to services using public key cryptography
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.
Authors | Reynir Björnsson <reynir@reynir.dk> and Hannes Mehnert <hannes@mehnert.org> |
---|---|
License | BSD-2-Clause |
Published | |
Homepage | https://github.com/robur-coop/webauthn |
Issue Tracker | https://github.com/robur-coop/webauthn/issues |
Maintainer | team@robur.coop |
Dependencies |
|
Conflicts |
|
Source [http] | https://github.com/robur-coop/webauthn/releases/download/v0.2.0/webauthn-0.2.0.tbz sha256=74a13e1cb421c3e06b18c09e01097edafebd3b5169d600cf1da5449bf013c622 sha512=71e23aea56e6edc95fa01643cad00c3a3edea2a9cc5c1c921c4afd54bcdeaba4c9768251b8eee9c6a0f5819c9a1780507922d3012b559cf0d5949ca03cac4482 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/webauthn/webauthn.0.2.0/opam |
No package is dependent