Yubico / python-fido2

Provides library functionality for FIDO 2.0, including communication with a device over USB.
BSD 2-Clause "Simplified" License
432 stars 109 forks source link

How to I "unregister" a credential from Fido2 ? #161

Closed hhammoud01 closed 2 years ago

hhammoud01 commented 2 years ago

I am building an application using Python Flask and I would like to have the option for the user to "delete" the key, or "update" the usb key (register a new one). How do I "unregister" the user's credentials from fido2 ?

Thank you.

mkalioby commented 2 years ago

Just delete it from your server