Details

🚀 We’ve launched a journey where registration becomes fast, easy, and secure — with user protection as our top priority. In this project, I took full responsibility for developing the entire backend of the registration process, focusing both on user experience and the highest security standards.

📌 The developed registration mechanism includes:

• Quick and easy email and username input

• Redis – temporary verification control (5 minutes)

• Celery – asynchronous sending of validation emails

• UUID/Token system – secure and one-time activation via link

• Password setup — only after email verification

• Rate limit system — protection against DDoS and malicious attacks

• Authorization secured by JWT and refreshable tokens