doc/webauthn.rdoc in rodauth-2.26.1 vs doc/webauthn.rdoc in rodauth-2.27.0

- old
+ new

@@ -102,10 +102,10 @@ new_webauthn_credential :: WebAuthn credential options to provide to the client during WebAuthn registration. remove_all_webauthn_keys_and_user_ids :: Remove all WebAuthn credentials and the WebAuthn user ID from the current account. remove_webauthn_key(webauthn_id) :: Remove the WebAuthn credential with the given WebAuthn ID from the current account. valid_new_webauthn_credential?(webauthn_credential) :: Check wheck the WebAuthn credential provided by the client during registration is valid. valid_webauthn_credential_auth?(webauthn_credential) :: Check wheck the WebAuthn credential provided by the client during authentication is valid. -webauth_credential_options_for_get :: WebAuthn credential options to provide to the client during WebAuthn authentication. +webauthn_credential_options_for_get :: WebAuthn credential options to provide to the client during WebAuthn authentication. webauthn_auth_js_path :: The path to the WebAuthn authentication javascript. webauthn_auth_view :: The HTML to use for the page for authenticating via WebAuthn. webauthn_remove_authenticated_session :: Remove the authenticated WebAuthn ID, used when removing the WebAuthn credential with the ID after authenticating with it. webauthn_remove_view :: The HTML to use for the page for removing an existing WebAuthn authenticator. webauthn_setup_js_path :: The path to the WebAuthn registration javascript.