Hello,
Thanks for this forum
Can you recommend an MFA module for user authentication (e.g. via the Google or Microsoft authenticator application) please?
Django==4.2.7
Thank you
I’ve had good success with allauth + https://django-allauth-2fa.readthedocs.io/. Allauth also recently added native support for MFA, but at the time I looked at it (a month or two ago) it seemed a bit light on documentation. That looks to have improved since I last looked.
If you’re not using allauth the first place I’d start is probably django-packages: Django Packages : Authentication