📄️ User flows
This page will discuss the various user flows that can be used for passkey related functionality in your web application. These flows include
📄️ API client
To begin our client implementation we will create an interface that will connect to our relying party API. This interface will allow our React application to make calls to our relying party API, without having to create duplicate code.
📄️ Registration flows
This section will cover the registration flow for a new passkey. Note that the use of the term registration refers to the creation of a passkey, not the initial registration of a user (which is an entirely different subject).
📄️ Authentication flows
This section will cover the authentication flows for logging in with a passkey.