Live data from Hacker News

Twitter Security Issue

brianshaler.com

1–10 of 13 posts

Re: Twitter Security Issue

#7
Twitter have said they are going to implement OAuth (which would solve this problem) on their API page. However, they have shown no progress to my knowledge of doing this. It would be great for the community to push them towards it.

Twitter seem to have been so busy fire fighting that a lot of interesting stuff has seemingly dropped off the roadmap (such as XMPP).

Re: Twitter Security Issue

#8
The fix for this sort of thing is pretty simple. Just keep a nonce on a user (the "user version" if you will) that increments every time a user makes a change to their login credentials, store that nonce in their cookie, and if the one in the cookie is lower than the one on the server treat it as a logout.

That said, this is sort of an unserious security "issue" for most people between not really caring about the security of their account and reasonably short cookie lifetime settings.

Re: Twitter Security Issue

#9

I suspect this is actually a very common issue. Unless you explicitly expire all sessions for a user when they change their password then this will happen.

Well when you say common, do you mean with another application that utilizes an open API that is connected to many popular platforms and that is as widely used as Twitter?

Not many come to mind.

Post reply on HN