{#- This file is part of sner4 project governed by MIT license, see the LICENSE.txt file. -#} {% extends 'frontend/base.html.j2' %} {% block script %} {% endblock %} {% block content %}

Register new Webauthn credential

To register new credential:
  1. Insert/connect authenticator and verify user presence.
  2. Optionaly set comment for the new credential.
  3. Submit the registration.
{{ render_form(form) }} {#
{{ form.csrf_token }}

To be prepared

{{ b_wtf.bootstrap_field(form.attestation, horizontal=True) }} {{ b_wtf.bootstrap_field(form.name, horizontal=True) }} {{ b_wtf.bootstrap_field(form.submit, horizontal=True) }}
#}
{% endblock %}