{#- 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 Passkey credential

To register new credential:
  1. Insert/connect authenticator and verify user presence.
  2. Set name for the new credential.
  3. Submit the registration.
{{ render_form(form, id="webauthn_register_form") }}
{% endblock %}