nitrokey-app2 icon indicating copy to clipboard operation
nitrokey-app2 copied to clipboard

Feature Request: list & delete passkeys

Open qwertologe opened this issue 1 month ago • 2 comments

It would be nice if one can list and delete passkeys, since they are limited.

GUI and CLI would be nice but one option would be enough.

see

ykman fido credentials list
ykman fido credentials delete <Credential ID>

The number of saved passkeys on the Overview tab would be nice, too.

Kind regards Michael

qwertologe avatar Nov 13 '25 21:11 qwertologe

Hi Michael, this is already possible on the command-line with pynitrokey (nitropy fido2 list-credentials and nitropy fido2 delete-credential). It would be nice to have this feature in the Nitrokey App 2 too but this is currently not a high-priority issue for us as there are other GUI frontends for managing passkeys, namely Chrome-based browsers.

robin-nitrokey avatar Nov 13 '25 21:11 robin-nitrokey

Hi Robin,

ah :-) - I didn't find it because I interacted with nitroypy nk3 --help and found only nitroypy nk3 secrets list.

Documentation is not really straight forward. The Chrome info is hidden under Nitrokeys->Nitrokey 3->Reset - but one can delete and edit specific keys in Chrome. So i didn't find it before your hint.

Thanks!

Summary:

nitropy nk3 secrets list # List registered OTP credentials on Nitrokey 3
nitropy fido2 list-credentials # List all Fido2 credentials

Chorme/Chromium: Use chrome://settings/securityKeys to manage your Fido2 credentials in


So only editing in the GUI and listing the number of stored and remaining Fido2 slots in the Overview tab remain for the feature request.

qwertologe avatar Nov 15 '25 08:11 qwertologe