Passkey Management Screen
Component Detail
User Interface
medium complexity
mobile
1
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Displays all registered passkeys for the authenticated user and allows revocation of individual passkeys. Accessible from profile settings and supports multiple passkeys across devices.
passkey-management-screen
Responsibilities
- List all registered passkeys with device name, creation date, and last used timestamp
- Allow the user to revoke a specific passkey with confirmation dialog
- Navigate to passkey registration flow for adding new passkeys
Interfaces
loadPasskeys()
revokePasskey(credentialId: string)
navigateToSetup()