diff --git a/src/main/resources/templates/OAuthResource/loginPasswordless.html b/src/main/resources/templates/OAuthResource/loginPasswordless.html index 4b5451b..3684f4e 100644 --- a/src/main/resources/templates/OAuthResource/loginPasswordless.html +++ b/src/main/resources/templates/OAuthResource/loginPasswordless.html @@ -17,37 +17,89 @@ {/add-header}
In Webauthn, a single user will have multiple credentials, tied to the devices they are using.
+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.
+ +The interaction starts with an AJAX call.
+