Google login API: force to type password?
问题 I'm using several social providers on my site, including Google. I would like to ask for password to Google account each time user requests one of my actions. This is for security reasons. With Facebook, we can send auth_type=reauthenticate parameter. Is there something like this in Google API? I'm not looking for refreshing tokens, I need to make sure user types his password at any state: whether already authenticated or not. 回答1: I read your posts and I can relate to your frustration on