I Built a MFA/2FA package for DRF

I published a Django Rest Framework package that allows using TOTP.

And the reason behind it is that I was asked to create 2FA for our dashboard. We use JWT, so I searched a lot for a package that is lightweight and can be used, but I didn’t find a good one.

So I added this feature and tested it on our dashboard using VueJS; btw, it works fine without issues so far.

And then I published it as a package so I could help someone who needed this feature.

Also, I am happy for your opinions, reviews, and PR.

2 Likes