TylerJay comments on What we learned about Less Wrong from Cognito Mentoring advising - Less Wrong

20 Post author: VipulNaik 06 March 2014 09:40PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (27)

You are viewing a single comment's thread. Show more comments above.

Comment author: shminux 06 March 2014 11:33:29PM 6 points [-]

I can confirm that the couple of times Google sent me to Quora I left the site as as soon as they required my registration to read, not just post.

Side note: do people really use "sign up with <...>" buttons? I can't imagine agreeing to let facebook snoop on my browsing habits outside their site, or let twitter tweet on my behalf.

Comment author: TylerJay 07 March 2014 01:51:08AM 0 points [-]

There are two major forms of this, OpenID and OAuth. OpenID is only used for identification, while OAuth gives some form of limited access that is sometimes restricted enough that it's basically just used for identification. The permissions granted by using OAuth varies by site, but they usually show you what information they will be sharing before you accept.

There are benefits for both the developers running the site and for the end-user.

For example, BambooHR, the cloud-based HR software we use where I work, allows me to log in with gmail. Google is an OpenID authentication provider so no information is shared. Also, since I'm always logged into my gmail, it's just a single click to "log in with gmail" and I don't have to type any passwords or anything. (In fact, I never had to set up a password to begin with)

For more info on how OAuth and OpenID are different, there's a nice graphic here.