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

First the user enters their username:


New user needs to generate a new credential and register it with the application.

Returning user must prove they own the credential.

2. Request a challenge

The interaction starts with an AJAX call:

POST

Basically we are just specifying the username and his display name

3. The challenge

The server prepares a challenge for the browser to sign:

Let's break it down...

{/include}