django-mfa3
django-mfa3 copied to clipboard
Plugin mechanism
Currently, this library supports FIDO2 and TOTP. Theoretically, it should be simple to add more methods. The only place where these are hard-coded are MFAFormView.method
and MFAKey.method
.
I am not sure whether I want to go down that route or stay focused on a fixed set of methods.