DEV Community

Discussion on: Mobile OTP based authentication and authorization API using Nodejs and Mongodb

Collapse
 
harshmangalam profile image
Harsh Mangalam • Edited

.env file contains

PORT = 
MONGODB_URI =
NODE_ENV = 

JWT_SECRET = 
ORIGIN =

FAST2SMS =
ADMIN_PHONE = 

Enter fullscreen mode Exit fullscreen mode
Collapse
 
dibyendu_mitraroy_d955f8 profile image
Dibyendu Mitra Roy

Lots of missing links in the example some files / functions missing. I think the developer needs to provide a full-fledged working example when a example is given.