{#include base} {#title}Login passwordless{/title} {#add-header} {/add-header}
Create a new credential or use an existing one

First the user enters their username:


If they are a new user, they need to generate a new credential and register it with the application

If they are a returning user, their authenticator must prove they own the credential.

Request a challenge

The interaction starts with an AJAX call.

POST
The challenge

The server prepares a challenge for the browser to sign.

{/include}