webauthn/bin
Reynir Björnsson 1587e76169 Rework registration flow
The registration page comes with a form where the user selects a
username. When the user clicks "register" a javascript function is
called that reads the user form input value and makes a GET request to
/challenge/:user where it receives a challenge and a user object as
JSON. The WebAuthn registration process continues using those challenge
parameters.

The user then receives an alert() with a string explaining the
registration status and is then redirected to the front page where a
flash message is displayed as well.
2021-10-04 10:43:32 +02:00
..
base64.js WIP 2021-09-28 11:30:14 +00:00
dune WIP 2021-09-28 11:30:14 +00:00
template.ml Rework registration flow 2021-10-04 10:43:32 +02:00
webauthn_demo.ml Rework registration flow 2021-10-04 10:43:32 +02:00