Need to introduce 2 Factor authentication (SMS) in webapi
I want to implement two factor authentication using SMS in my AngularJS and WEb Api project. Right now I am authenticating using token based authentication (OAuth) and require second authentication to be SMS. Any help would be appreciated?