Use Corbado Connect’s gradual rollout feature to introduce passkeys to users at your own pace. Ensure a smooth, controlled transition to passkeys.
append-allowed
feature, broken into two phases to show how a rollout can evolve.
WLInvitationToken
rule uses a high salience
(priority) to immediately allow access only to someone with the token. For web, this can be a URL parameter (?invitation-token=secret-token
), and for native apps, it can be triggered by a specific gesture.DefaultDeny
rule acts as a safety net, blocking everyone else.when False
, allowing you to prepare them for future activation.WLCanary5
rule introduces a 5% random sampling (as reflected in the rule name). This is a powerful way to ramp up exposure and detect any potential issues with a smaller user group. This percentage can be gradually increased over time (e.g., to 10%, 25%, 50%, and finally 100%) directly in the configuration without requiring any app releases or deployments, allowing for a controlled and safe rollout.