Web
Authentication Backend

URL: Click Here
Source code: GitHub
This is an authentication backend developed using Django. The system allows users to create their accounts and verifies them by sending OTP through the emails they set up with. This helps prevention of spam accounts using spam emails.
For the email sending to work, i have intergrated it with Mailersend email backend using its API.
For more information on how to integrate with Mailersend, read the docs to loearn how to intergrate with the Anymail package
Source code: Github