CZ-NIC / django-fido

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

Catch UnsupportedType from registration #93

Closed tpazderka closed 3 years ago

tpazderka commented 3 years ago

If user tries to register a token with an unknown attestation type, the resulting exception is uncaught and causes server error. It should instead produce a helpful error about unsupported token type.