Thoughts on removing Javascript requirements?
Understandably, some of the MFA methods rely on Javascript, however for those users not interested in relying on Javascript, we should still be able to support methods like TOTP, email, etc without requiring Javascript.
Would you be open to having
Can you be more specific? Which js files are talking about exactly? Totp needs Js to render the QR code.
I actually didn't realize that. Just wondering (and not really a priority, just gauging importance from other folks) if a lot of this could be handled without Javascript, and rely on Javascript as an enhancement? For instance, would it be possible to move QR code generation to server-side? Or, instead of AJAX for toggling/removing methods in MFA.html, use regular submit buttons ¯\_(ツ)_/¯
And maybe that's not the goal of this package, relying on developers to just override the templates if they want to remove Javascript. But I felt like it could be a valid enhancement.