I am implementing a signup functionality using mobile OTP authentication in my MERN application. Few questions I have related to this
- Do I need to install npm package of third party who provided the sendOTP API or Can I call third party SendOTP API directly from my code via HTPP.
- If both approach can be done, then which one to choose