CZ-NIC / django-fido

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

Handle multiple returned metadata objects #106

Closed tpazderka closed 3 years ago

tpazderka commented 3 years ago

Currently, there is an error in MDS where there are two AuthenticatorMetadata object with the same identifier. This should not happen, but there are apparently no safeguards on MDS side, so we should probably handle that on our side as well.