views:

30

answers:

1

Scenario:

  1. I have [email protected], so I login on a site which features google login, like stackoverflow
  2. stackoverflow bounces me over to google.com's login
  3. when I login to google.com, I use [email protected] and select the "remember me"
  4. I'm back at stackoverflow, but I think, "I want to log out and use [email protected]" instead
  5. I log back out
  6. I log back in, and it automatically logs me in as [email protected] b/c I selected "remember me" in step 3. I don't even see the login on google.com that I saw in step 3

How can I tell Google, "stop remembering me!" ?

A: 

Log in to your google account, then go here.

Alternatively, at google.com: My account -> Change authorized websites.

Mewp
Is there a way to do this programmatically for the user?
Ian Davis
You could do it for every user by changing the realm (or use per-user realm), but that's an ugly solution. There's no way to tell the provider "i don't want to be authorized anymore".
Mewp