From a391d628bfb1c1de1fc1648ccfe0cebf68db06ab Mon Sep 17 00:00:00 2001 From: Dusan Jakub Date: Tue, 26 Sep 2023 12:49:57 +0200 Subject: [PATCH] webauthn tracer somewhat working now --- .../resources/META-INF/resources/index.html | 120 ++++++++---------- 1 file changed, 53 insertions(+), 67 deletions(-) diff --git a/src/main/resources/META-INF/resources/index.html b/src/main/resources/META-INF/resources/index.html index 44b31ad..d8a2134 100644 --- a/src/main/resources/META-INF/resources/index.html +++ b/src/main/resources/META-INF/resources/index.html @@ -20,48 +20,55 @@ .code { white-space: pre; } + + .step { + display: none; + }

- - + +
-
- -
+
The interaction starts with an AJAX call.
POST
- The server prepares a challenge for the browser to sign. -
+
-
+
-