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

Added custom challenge option to Fido2Server #70

Closed ckataki closed 5 years ago

ckataki commented 5 years ago

Added option to specify a custom challenge for Fido2Server.authenticate_begin method.

This provides the same functionality as the current Yubico U2F library's U2FSignRequest class as seen here.

dale-quantz-sym commented 5 years ago

👍

av82 commented 5 years ago

👍

dainnilsson commented 5 years ago

Thanks! I added this to register_begin as well, for consistency.

ckataki commented 5 years ago

Thanks @dainnilsson. Appreciate it!