Initialize WebAuthn registration
WebAuthn
Initialize WebAuthn registration
deprecated
Initialize a registration with Webauthn.
POST
Initialize WebAuthn registration
Returns a JSON representation of CredentialCreationOptions for use with the Webauthn API’sDocumentation Index
Fetch the complete documentation index at: https://docs.hanko.io/llms.txt
Use this file to discover all available pages before exploring further.
navigator.credentials.create().
The Webauthn API uses binary data represented by ArrayBuffers for certain input/output values.
The Hanko API returns these values as base64url-encoded, so they must be converted to ArrayBuffers
when passed to the Webauthn API. Similarly, Webauthn API output must be converted to base64url-encoded values
when passed to the Hanko API (e.g. using the webauthn-json library).