DijitallNotarer is a digital notarization platform using NestJS (backend), Next.js (frontend), and GraphQL APIs. It integrates LocalStack for AWS services, features a monorepo with Yarn workspaces, and includes CI/CD with GitHub Actions. Ideal for showcasing serverless and modern web tech stacks.
MIT License
0
stars
0
forks
source link
OTP generation and email verification (Backend) #13
OTP Generation and Email Integration
1. Adding OTP Generation
To further secure the registration flow, we can implement an OTP (One-Time Password) mechanism.
OTP Flow:
Tools for OTP Generation:
otp-generator
for generating OTPs in Node.js