Earlier quoted context omitted.
Specifically, if you set things up as in the linked article, no traffic or other information is going to Google (unless you think that the Google Authenticator app is leaking info to Google for whatever reason). Specifically, Google doesn't see how many logins your app gets. If you're trying to sneak up on a market, or if for some reason you're trying to hide from Google the number of active users you have, you might…
I might consider it an advantage if Google isn't able to snuff out my user's accounts/access with impunity. I don't understand the technology enough to know whether that is the case, but I wouldn't rely on Google for authentication at this point for this reason.
How to add Two-Factor Authentication to your website with Google Authenticator
11–18 of 18 posts
Re: How to add Two-Factor Authentication to your website with Google Authenticator
#12Note: Duo Security's app (for android) is better. It supports TOTP and lets you rearrange accounts. With more websites adopting TOTP 2-factor, rearranging accounts is a mandatory feature. Google Authenticator's bug on this issue (android specific) has made no progress. The iOS Google Authenticator app rearranges accounts just fine. https://code.google.com/p/google-authenticator/issues/detail... Disclaimer: I don't wo…
No clue why, and you have to do it any time you restart the app (I think it works across backgrounding, but I can't remember). Pretty weird bug.
Re: How to add Two-Factor Authentication to your website with Google Authenticator
#13Earlier quoted context omitted.
I might consider it an advantage if Google isn't able to snuff out my user's accounts/access with impunity. I don't understand the technology enough to know whether that is the case, but I wouldn't rely on Google for authentication at this point for this reason.
TOTP is surprisingly easy to understand and implement. I do my best to explain how it works in the "Understanding TOTP" section of this article. Take a look at that section and let me know if it makes sense.
Re: How to add Two-Factor Authentication to your website with Google Authenticator
#14Earlier quoted context omitted.
TOTP is surprisingly easy to understand and implement. I do my best to explain how it works in the "Understanding TOTP" section of this article. Take a look at that section and let me know if it makes sense.
What's ambiguous about it is whether or not I need a Google account (and whether Google having taken away that account, I can still log into your service). The "Understanding TOTP" section seems to be saying that you don't and they can't, in which case there's nothing to object to.
Re: How to add Two-Factor Authentication to your website with Google Authenticator
#15Re: How to add Two-Factor Authentication to your website with Google Authenticator
#16The best part? Read the docs, you can implement email, sms & Google Authenticator OTP/2FA it in as little as 4 lines of code.
Re: How to add Two-Factor Authentication to your website with Google Authenticator
#17Re: How to add Two-Factor Authentication to your website with Google Authenticator
#18TFA is great. But it seems like a lot of work doing it that way. Just use Google as a login provider and get all that stuff on top.
Specifically, if you set things up as in the linked article, no traffic or other information is going to Google (unless you think that the Google Authenticator app is leaking info to Google for whatever reason). Specifically, Google doesn't see how many logins your app gets. If you're trying to sneak up on a market, or if for some reason you're trying to hide from Google the number of active users you have, you might…