c# - One Time Password (OTP) via SMS instead of static password -


i want develop following authentication process:

the user type username (email eventually). then, redirected verification page have type verification code (received via sms). must emphasize i'm not talking two-factor authentication.

i draw following diagram illustrate authentication process understand it: enter image description here

as developing, in understanding, "heavy-lifting" (otp generation, sms sending, authentication service etc.) executed server side (c#). client side (angularjs) have support communication new authentication api.

is right architecture approach authentication otp?

ps - of search results on web talking two-factor authentication, said not case.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -