* Display no authenticator error * `error` key in repsponse of `BaseFido2RequestView` is now deprecated and will be removed in the future * Added metadata download and reporting
0.22
* Use username as a backup `displayName`
0.21
* Create FIDO errors list when needed unless it already exists * Clear FIDO errors list before each registration or authentication request
0.20
* Fix Django 3.0 compatibility issues in templates
0.19
* Added class attribute `attestation_types` to `Fido2ViewMixin` to specify allowed attestation types during registration. * Set default value of setting `DJANGO_FIDO_AUTHENTICATION_BACKENDS` to list containing `django.contrib.auth.backends.ModelBackend`