* Fix issue caused by default value of `DJANGO_FIDO_AUTHENTICATION_BACKENDS`. It is now empty list.
0.17
* **BREAKING** Replace `Fido2ModelAuthenticationBackend` with more general `Fido2GeneralAuthenticationBackend`.
0.16
* **BREAKING** Authenticator `label` has to be unique for user. This can potentialy break if you have multiple tokens for user. * Add authenticator admin. * Add one step authentication.
0.15
* Add ``DJANGO_FIDO_RP_NAME`` setting. * Add back autosubmit on login view. * Display error in login view on server request error.
0.14
* Add label to Authenticator model. * Remove autosubmit on registration view. * Update JS dependencies.
0.13
* Support fido2 0.6-0.8. * Add support for python 3.8. * Fixup annotations.