Closed ckataki closed 5 years ago
Added option to specify a custom challenge for Fido2Server.authenticate_begin method.
Fido2Server.authenticate_begin
This provides the same functionality as the current Yubico U2F library's U2FSignRequest class as seen here.
U2FSignRequest
👍
Thanks! I added this to register_begin as well, for consistency.
Thanks @dainnilsson. Appreciate it!
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.