00d / google-voice-java

Automatically exported from code.google.com/p/google-voice-java
0 stars 0 forks source link

2-Step Authentication #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Turn on 2-step auth from google. ( 
http://support.google.com/accounts/bin/static.py?hl=en&page=guide.cs&guide=10562
83)
2. Try to login
3.

What is the expected output? What do you see instead?
Expected output is a successful login, I see a failed login.

What version of the product are you using? On what operating system?
latest version.

Please provide any additional information below.
It would be nice if there was a way to prompt user for the code 
if user is using the 2-way auth.

Original issue reported on code.google.com by sa...@esamir.com on 2 Feb 2012 at 3:14

GoogleCodeExporter commented 9 years ago
Thanks for bringing this issue up.  I would like to know if anyone else has 
tested the API using two step authentication.  I havent tried it yet, and I 
wonder if we need to write something to accomodate...

Original comment by malone.j...@gmail.com on 3 Feb 2012 at 3:41

GoogleCodeExporter commented 9 years ago
I'm not sure if the pam-auth module provided by google provides a way to 
generate app specific password like it does for their applications.  That would 
be the ideal fix.   Due to the 30 second (or your favorite Delta Time) the app 
would always require the user interaction, but it would still be nice to have 
support for it.  

Original comment by sa...@esamir.com on 3 Feb 2012 at 4:04

GoogleCodeExporter commented 9 years ago
I have definitely seen 2 factor authentication working with this API.  Some 
have complained about it not working, but I suspect it is more down to user 
error.  

Original comment by malone.j...@gmail.com on 15 May 2012 at 11:15