API Reference webauthn v0.0.9

Modules

Information about the authenticator data can be found at the link below https://www.w3.org/TR/webauthn/#authenticator-data

This module handles the first step of the Webauthn ceremony, creating a challenge so the client can register their device. The generate/1 function outputs a map of 'publicKey' options that will be passed into the browser's navigator.credentials.create method.