diff --git a/src/flow/webauthn.html b/src/flow/webauthn.html index 7ad92c4..e307ada 100644 --- a/src/flow/webauthn.html +++ b/src/flow/webauthn.html @@ -6,7 +6,7 @@ OAuth 2.0 Playground - Authorization Code Flow + content="Step into the future of authentication with our WebAuthn guide. Experience firsthand how this web-based API redefines security, enabling passwordless and biometric verifications. Crucial for developers aiming to elevate user experience and protection in web apps." /> @@ -59,9 +59,9 @@
1. Build the Authorization URL

- In order to initiate the Authorization Code Flow, we need to build the + In order to initiate the WebAuthn, we proceed the same way as we would if we would be using Authorization Code Flow we need to build the authorization URL - and redirect the user to the authorization server. The URL is constructed as + and redirect the user to the authorization server. All the passwordless logic is handled completely by the authorization server. The URL is constructed as follows:

@@ -119,10 +119,7 @@ attack).

-

All that we now need to do is click the button below and login with our credentials. - For the purposes of this - playground we already took the liberty to create user with password - user for you. After your credentials are successfully verified, you will be +

All that we now need to do is click the button below and perform the Web Authentication Flow on the server. After your account will be successfully verified, you will be redirected back to this playground, to the URL we have specified in the redirect_uri query parameter of the request.

@@ -141,6 +138,7 @@
+