Two factor authentication with asp.net web api, angularjs and Google authenticator

added by Brian Norman
10/15/2014 5:14:18 PM

2063 Views

a great tutorial on getting these three stacks working together in a nice clean REST API


2 comments

Drew Peterson
10/15/2014 7:13:46 PM
Great article! I'm holding on to this one because I've wanted to implement TFA without the use of SMS on some of my projects that leverage a backend api and I've never gotten around to diving in and figuring out the best way to handle it.

Robert Greyling
10/15/2014 8:41:46 PM
Great find! Definitely got me thinking about Auth again.