django-mfa3 icon indicating copy to clipboard operation
django-mfa3 copied to clipboard

Plugin mechanism

Open xi opened this issue 3 years ago • 1 comments

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.

xi avatar Jun 28 '21 15:06 xi