Django Registration Wizardry: Strengthening Security with Email OTP Verification
1. Introduction
Django is a python-based high level web framework. It's an open source framework and is free to use. If we talk about the architecture, it follows the MVT (Model View Template) architecture. In this article, I assume that you already ...
musaaib.hashnode.dev7 min read
Soubhik Gon
Servers | DevOps
Nice and easy-to-follow article! 😊 Adding an extra layer of security by hashing the OTP before storing it in the DB/Model could further enhance security!
I primarily use Go and Node for server development, so it's impressive to see how Django supports sending emails natively!