//! `WebAuthn` passkey-linking flow for an already-authenticated user.
//!
//! Serves the link page ([`link_passkey_page`]) and the
//! [`start_link`]/[`finish_link`] ceremony that attaches a new credential to an
//! existing account.
pub use finish_link;
pub use link_passkey_page;
pub use start_link;