@sonardigital/nestjs-sms
v1.0.0
Published
NestJS SMS module for phone number validation and OTP services
Downloads
3
Readme
NestJS + Twilio SMS Verification
This project demonstrates how to integrate Twilio Verify with a NestJS backend for sending and validating SMS verification codes.
Features
- Send verification codes via Twilio Verify API
- Verify user-provided codes
- Input validation with
class-validator - Secure configuration via
.env
PORT=3000
Twilio Credentials
TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxx TWILIO_AUTH_TOKEN=your_auth_token_here TWILIO_VERIFY_SERVICE_SID=VAxxxxxxxxxxxxxxxxxxxxxxxxxxxxx TWILIO_FROM_NUMBER=+16693304189 # Your Twilio phone number
