CZ-NIC / django-fido

Django application for FIDO protocol U2F
GNU General Public License v3.0
28 stars 11 forks source link

Uncaught exception from complete_registration #97

Closed tpazderka closed 3 years ago

tpazderka commented 3 years ago

attestation.verify (called in Fido2RegistrationView.complete_registration) can raise InvalidData which is unhandled and causes a server error.

This should be handled, logged and somewhat displayed to user.