Our application backend is an ASP.NET Core 7 Web API, frontend is React.
I need to generate an OTP and send to a valid mobile phone number and then verify it. Is this not feasible for an application deployed in lower environment like dev or qa?
Are there any C# and/or React libraries that can help simulate this feature on dev/qa environments?