Live data from Hacker News

OAuth 2.0 and the Road to Hell

hueniverse.com

1–10 of 73 posts

Re: OAuth 2.0 and the Road to Hell

#3
It saddens me to see OAuth 2.0 in this state. As someone who’s made really minor contributions to 2.0 (and thus listed as a contributor in the spec), I have been really looking forward to it being finished and ready for production use (where production use means no more drafts). I stopped following the mailing list last year because most of the threads seemed all too familiar or out of my realm of knowledge to contribute (read: enterprisey).

I run a 1.0a service provider and write clients against it. I’m thinking about wading through the current 2.0 draft, picking out the relevant parts to small startups with an API, and publishing a post about how to implement the sane parts of the 2.0 spec.

Re: OAuth 2.0 and the Road to Hell

#4
post #2

somewhat, shocking. i guess i'll be moving away from Oauth, feels like a relief and scary at the same time. what are some good alternatives?

there are no popular alternatives. Either you are super smart and design one from scratch… or you stick with OAuth and hope that some of the addressed problems will be resolved.

Re: OAuth 2.0 and the Road to Hell

#5
post #4
post #2

somewhat, shocking. i guess i'll be moving away from Oauth, feels like a relief and scary at the same time. what are some good alternatives?

there are no popular alternatives. Either you are super smart and design one from scratch… or you stick with OAuth and hope that some of the addressed problems will be resolved.

We need an open open-auth for the proleteriat by the proletariat!

Re: OAuth 2.0 and the Road to Hell

#9
post #8
post #2

somewhat, shocking. i guess i'll be moving away from Oauth, feels like a relief and scary at the same time. what are some good alternatives?

Just stick with 1.0a?

And if you use Python, rauth will make the experience much easier: https://github.com/litl/rauth/#readme.
Post reply on HN