Closed ziima closed 5 years ago
Fido2Server.authentication_complete may raise InvalidSignature from cryptography library. I wrap this exception into a ValueError which is returned in all other error cases.
Fido2Server.authentication_complete
InvalidSignature
ValueError
Thanks!
Fido2Server.authentication_complete
may raiseInvalidSignature
from cryptography library. I wrap this exception into aValueError
which is returned in all other error cases.