simonwillison

simonwillison

19p

4 comments posted · 0 followers · following 0

15 years ago @ materialsdave.com - Social conferencing wi... · 1 reply · +2 points

Thanks for trying out Lanyrd. We're using Twitter rather than Facebook or LinkedIn mainly because Twitter has the best support for "follow" relationships. I don't necessarily want to hear about conferences attended by my co-workers (LinkedIn) and personal friends (Facebook) - I want to go to the same conferences as the people I respect, who may have no idea who I am. I can follow someone on Twitter without them needing to follow me back.

15 years ago @ Joe Gregorio | BitWorking - 140 characters isn\'t ... · 2 replies · +2 points

Deleting your Twitter account would play havoc with your Lanyrd profile http://lanyrd.com/people/jcgregorio/ - I should probably figure out a way of dealing with that... :/

16 years ago @ drstarcat.com - Why an OAuth iframe is... · 1 reply · +1 points

You're right that redirects alone aren't the answer - OpenID has suffered from this same phishing problem for years, any time you have an untrusted site that's meant to redirect you to a trusted one there's potential for trouble.

In the long-run, the solution lies with the browsers. My browser should understand OAuth (and OpenID) and provide un-spoofable chrome confirming that I'm on the correct site.

That's another argument for sticking with the redirect though - if sites are using the redirect, browsers can start adding their own level of protection and it will Just Work with existing OAuth deployments.

16 years ago @ drstarcat.com - Why an OAuth iframe is... · 5 replies · +2 points

Posted a bit more about this here: http://simonwillison.net/2009/Jul/16/responsibili... - including a call for OAuth providers to add frame-busting JavaScript to their authorisation pages.