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.
- The server prepares a challenge for the browser to sign.
-
+
-
+
+ The server prepares a challenge for the browser to sign.
+
+
+
+
+
The challenge is passed to the browser call:
-
navigator.credentials.create(...);
+
+
+
+
+
Which responds:
-
+
The
response.clientDataJSON are base64 encoded:
-
-
-
-
-
+
+