Feature request: delete tokens from the keychain
Opened this issue · 1 comments
GoogleCodeExporter commented
I need the feature mentioned in the title, so I have implemented a crude token
removal mechanism from the keychain (see patch attached).
However, note that storing a new token for an existing {application,
service_provider} pair will _not_ default to deleting the previous one - you
need to explicitly remove it yourself if your application needs that behaviour.
Also, if several items exist for the same application and service provider
names, only the first one found will be removed.
Cheers!
Original issue reported on code.google.com by pcue...@gmail.com
on 31 Aug 2010 at 11:20
Attachments:
GoogleCodeExporter commented
I think this is a really important issue that needs to be resolved, imagine a
Twitter app with multiple login's how can you manage this is there is no delete
option to effectively log you out.
Original comment by ctst...@googlemail.com
on 4 Sep 2010 at 10:44