Hi,
Are you planning to do a two-factor authentication tutorial? This would, I think, be a really good thing. I suggest using SMS to send the user a 5 digit code and log-in with that.
Will
Two Factor Authentication
-
- Posts: 66
- Joined: Thu Jan 12, 2012 3:54 pm
- Contact:
Re: Two Factor Authentication
SMS would be a little difficult.
I believe most of the services that send SMS (eg; Google + Dropbox's 2-step auth) cost large amounts of money to maintain.
I know that most carriers (in the US at least) have special emails that can be used to message phones, but this isn't the most practical, as the user would have to select their carrier.
I believe most of the services that send SMS (eg; Google + Dropbox's 2-step auth) cost large amounts of money to maintain.
I know that most carriers (in the US at least) have special emails that can be used to message phones, but this isn't the most practical, as the user would have to select their carrier.
- FrederickGeek8
- Posts: 148
- Joined: Wed Nov 30, 2011 10:31 pm
Re: Two Factor Authentication
You can send messages via email though (free) but then you have to specify a carrier
You can get a free phone number that you can use with PHP at Tropo. Its a great service but I think there is a cap (maybe 300 messages per 5 minutes)
You can get a free phone number that you can use with PHP at Tropo. Its a great service but I think there is a cap (maybe 300 messages per 5 minutes)
Re: Two Factor Authentication
Bookmarked the site, may come in usefulFrederickGeek8 wrote:You can get a free phone number that you can use with PHP at Tropo. Its a great service but I think there is a cap (maybe 300 messages per 5 minutes)
Re: Two Factor Authentication
I heard through a friend of a project currently in development that allows for two-step authentication through Skype. It would be able to use both the chat function and the call function to send the code.
It sounds pretty cool if it actually works. I'll try to get a link or a name to the project.
It sounds pretty cool if it actually works. I'll try to get a link or a name to the project.