TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: OAuth.io released with 70+ providers

66 pointsby thybalmost 12 years ago

14 comments

Titanousalmost 12 years ago
Previous discussion: <a href="https://news.ycombinator.com/item?id=5777102" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5777102</a><p>From a security perspective, this is a horrible idea, adding a completely untrusted intermediary. OAuth.io will technically have access to all of your user data, and any security flaws that they have will impact your service and user data.
评论 #5975062 未加载
sondhalmost 12 years ago
I think this is a step backward. The OAuth specs were designed to make it easier to work with different services and now we have to utilize yet another service to communicate with those services?! Via a priority protocol even!<p>As a developer, I understand the pain when you have to deal with more than a handful of providers but this approach is a no-go IMHO. Would be a better idea to use something like HybridAuth and handle everything from your servers.<p>Relevant xkcd: <a href="http://xkcd.com/927/" rel="nofollow">http:&#x2F;&#x2F;xkcd.com&#x2F;927&#x2F;</a><p>Apology to OP if this comment appears to be offensive.
评论 #5975529 未加载
n1ckedalmost 12 years ago
A bit annoying that the site breaks the back button.
jmelulalmost 12 years ago
Nice stuff! Definitely beats using Gigya or Janrain which cost quite a bit. This is the only part we were interested in anyway so... Are you guys planning on adding services and maintaining the services for regular updates across all these services?
calebclarkalmost 12 years ago
I clicked the login button on your oauth.io site&#x27; and I was surprised to see a basic email&#x2F;password form. Why not use your own product to allow login through Facebook, twitter, github, etc?
评论 #5976567 未加载
DiabloD3almost 12 years ago
This is not what I want in an OAuth provider.<p>Instead, someone should write a simple daemon I can execute http+json REST functions on to create and verify login cookies and transfer them back and forth to the user&#x27;s browser using my webapp normally.<p>The daemon can be written in any language as long as it is not a JVM language.<p>I would write such a thing, but OAuth is somewhat confusing, and OAuth.io brings up a good point, a lot of the existing OAuth implementations are a bit flaky and if I just copy what they do&#x2F;use them directly I risk inheriting that problem.
Aaronneyeralmost 12 years ago
Anybody watch the little gif in the corner? Just kind of stared at it for a while, it never seems to end.<p>edit: Oh, the whole thing isn&#x27;t a GIF. It just has a looping programmer gif and then puts some text around it. Maybe it will go on forever then :p<p>edit2: <a href="https://oauth.io/js/stubborn.js" rel="nofollow">https:&#x2F;&#x2F;oauth.io&#x2F;js&#x2F;stubborn.js</a> So definitely does go on forever :p
Avalaxyalmost 12 years ago
So... Where can I find more information on what this is and how it works? There isn&#x27;t even a description on the website on what oauth.io is, just a small code snippet. Why am I supposed to sign up for something I know nothing about? I was expecting at least a small video that explains how this all works and what it does for me.
alpbalmost 12 years ago
This is still beta page. I can&#x27;t see list of 70 providers.
评论 #5974935 未加载
canadevalmost 12 years ago
I would recommend rolling your own consumers, or using one of the following libraries:<p>- <a href="http://hybridauth.sourceforge.net/" rel="nofollow">http:&#x2F;&#x2F;hybridauth.sourceforge.net&#x2F;</a> (PHP)<p>- <a href="https://github.com/intridea/omniauth" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;intridea&#x2F;omniauth</a> (Ruby)<p>Anybody have any equivalents for other languages?
hippichalmost 12 years ago
Nothing really wrong with wanting to make money, but this should be an OSS library instead.. I guess I am too idealistic :)
bobwaycottalmost 12 years ago
Thanks for breaking my back button.
tiedemannalmost 12 years ago
I, for one, welcome our new OAuth overlords.<p>If it works the way it&#x27;s supposed to I&#x27;ll be using it for sure.
aymericalmost 12 years ago
I can&#x27;t register on their website using OAuth? Really?