Chromium
chrome://settings/passkeys
brave://settings/passkeys
macOS
- Search "passkeys" in macOS Settings
YubiKey
The GUI doesn't seem to do much of anything. The CLI has more options:
# this definitely shows fewer accounts that I know I have, but I didn't find them under the other options either
ykman fido credentials list --csv
credential_id,rp_id,user_name,user_display_name,user_id
6ccd32400f0fc8cecfbaeca6932a53612477b57629ad1d36a461ca6e01342dd93df0af0f8db9d224d0f801482f22660e,local.pocketid.app,aj@therootcompany.com,aj,302e3430313230383733343534383933363335
ykman fido credentials delete <full-id> [-f]
Chromium
chrome://settings/passkeysbrave://settings/passkeysmacOS
YubiKey
To [install the pkg on macOS without allowing admin privileges](pkgutil --expand-full ~/Downloads/foo.pkg /tmp/foo/):
(haven't tried it yet, but might be able to do as much or more than the CLI)
~/.local/binis in yourPATH, such as with https://webinstall.dev/pathman (orwebiitself).pathman add ~/.local/opt/yubikey/bin/The GUI doesn't seem to do much of anything. The CLI has more options:
# this definitely shows fewer accounts that I know I have, but I didn't find them under the other options either ykman fido credentials list --csv