diff --git a/src/main/resources/templates/OAuthResource/loginPasswordless.html b/src/main/resources/templates/OAuthResource/loginPasswordless.html index ec2b5dd..c6e2946 100644 --- a/src/main/resources/templates/OAuthResource/loginPasswordless.html +++ b/src/main/resources/templates/OAuthResource/loginPasswordless.html @@ -12,138 +12,374 @@ padding: 10px; margin: 10px 0; font-family: monospace; - overflow-y: scroll; } .step { display: none; } + + .button-label { + padding: 20px 0 5px 0; + } + + .card-header { + padding-bottom: 20px; + } + + .collection { + margin: .5rem 0 1rem 0; + border: 1px solid #e0e0e0; + border-radius: 2px; + overflow: hidden; + position: relative; + } {/add-header}
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.
- +First the user enters their username:
+The interaction starts with an AJAX call.
-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:
+ + + + + +