We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be2e23 commit 5746fb8Copy full SHA for 5746fb8
README
@@ -283,7 +283,7 @@ storeCredential( // Some database access method of your own design
283
----------
284
285
286
-=== Authentication
+=== 4. Authentication
287
288
Like registration ceremonies, an authentication ceremony consists of 5 main steps:
289
@@ -399,7 +399,7 @@ updateCredential( // Some database access method of your own design
399
Then do whatever else you need - for example, initiate a user session.
400
401
402
-=== Passwordless, username-less authentication
+=== 5. Passwordless, username-less authentication
403
404
WebAuthn supports passwordless multi-factor authentication via on-authenticator
405
https://www.w3.org/TR/webauthn-2/#user-verification[user verification],
0 commit comments