CZ-NIC / django-fido

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

Implement MDS3 download #122

Closed tpazderka closed 3 years ago

tpazderka commented 3 years ago

https://fidoalliance.org/metadata/

tpazderka commented 3 years ago

It should be possible to achieve this by:

The issue is that the old model has the url as a unique identifier but it is gone in the new format. We will have to revert back to identifier and do a different type of comparison.