Bulkgate SMS
Simulated SMS messages sent via Bulkgate API
SMS Messages (0)
No SMS messages yet.
Messages appear when auth-service calls POST /api/1.0/simple/transactional
OTP Requested
The frontend requests a phone OTP. The auth-service generates a 6-digit code and calls Bulkgate to send it.
Copy OTP Code
Instead of receiving a real SMS, copy the OTP code from this page and paste it in the frontend.
Phone Verified
The auth-service verifies the code locally (bcrypt). On success, a PHONE_OTP_VERIFIED event is published.