google authentication - Application Specific Password issues -
i'd implement 2-factor authentication google account need connect google services in various scripts.
does each script require own asp? how google define "application" is?
if 2 people run same script different machines each need unique asp?
you should never embed passwords in code.
instead, should use oauth token grants permission perform appropriate actions.
preferred way use services code, , should supported google apis.
the answer question whatever want.
point of having multiple app-specific passwords allow revoke 1 of them without affecting others (in case 1 device gets stolen).
can use each password many times want.
Comments
Post a Comment