GNOME Bugzilla – Bug 644946
Support two-factor authentication
Last modified: 2011-03-22 13:22:26 UTC
http://googlecode.blogspot.com/2011/03/best-practices-for-user-authentication.html We need to ensure that the InvalidSecondFactor error code is properly handled, and add support for OAuth 2 authentication.
OAuth 2 isn't needed. commit 810d9d81676f8eb3462cce590e467bb55fead259 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Mar 22 13:20:44 2011 +0000 Bug 644946 — Support two-factor authentication Add support for notifying the user with a more specific error message if login failed due to them needing to enter an application-specific password. This adds the following new error code: • GDATA_AUTHENTICATION_ERROR_INVALID_SECOND_FACTOR Closes: bgo#644946 gdata/gdata-service.c | 18 ++++++++++++++++++ gdata/gdata-service.h | 4 +++- 2 files changed, 21 insertions(+), 1 deletions(-)