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

Resident Key / UserHandle Authentication? #75

Closed p-ryan closed 4 years ago

p-ryan commented 5 years ago

I couldn't re-open https://github.com/Yubico/python-fido2/issues/71 so creating a new issue here. I couldn't get it to work with 0.7.3.

dainnilsson commented 4 years ago

This should be working in 0.8.1 (released just now), and I've added an example for testing it (examples/resident_key.py).

Please re-open (or open a new issue) if you still have issues!