Post

Replies

Boosts

Views

Activity

Reply to How to delete a passkey
I understand that a user can delete their own Passkey through Settings, but guideline 5.1.1(v) dictates "apps that support account creation must let users initiate deletion of their account within the app". As Passkeys, and thus an account, can be generated from within the app - the requirement here means we need to be able to delete them from within the app too. This means programmatically - with validation to ensure we can only delete our own passkeys, and indeed ensuring that the user wants to delete it (with a modal). Also, with the ability to delete a passkey (and presumably their only way of accessing their account) outside of the app, it leads us with orphaned accounts. Accounts which exist on the server but the user cannot access. What is the best pattern here?
Sep ’22