Generate OTP and verify feature for dev/qa environments

23 views Asked by At

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?

0

There are 0 answers