shynet
shynet copied to clipboard
Support for MFA
I've been trying Shynet out as an analytics platform, and I really love it! However, I'm a bit disappointed that there is no option to have MFA, especially on the admin account. Do you have any plans to support MFA (like Google Authenticator/Authy or Webauthn)?
This is definitely something on my wish-list. That said, it would be difficult to implement without significantly complicating the user authentication model. Right now, Shynet uses Allauth as its primary authentication system. Would the cleanest way to implement this would be by adding MFA to Allauth upstream?
Here's an easy solution: https://github.com/percipient/django-allauth-2fa
That looks great, @robd003. I’ll officially add this to the roadmap this weekend.
Any updates with regard to the addition of 2fa?
Still backlogged. Would be open to reviewing a bite-sized PR that used the allauth
MFA package.