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.

Our love-hate relationship with OAuth

6 pointsby icolomaover 11 years ago

2 comments

jimeuxxover 11 years ago
I was surprised account duplication wasn&#x27;t mentioned as a disadvantage. If a user taps the wrong button on their tablet, then they can end up with one or more duplicate accounts if the e-mails are different.<p>I currently have an e-mail confirmation screen that makes it clear a new account is about to be created. I seem to remember Stack Overflow getting me to click a button too. It adds no real burden to new (non-Twitter) users.<p>I&#x27;m still wondering about the best way to handle this in Rails though. Passing the OAuth hash data through a second request to confirm the e-mail doesn&#x27;t feel quite right to me, even if I make an OAuth service object to clean up the code and some policies to standardise the hash.
评论 #6522173 未加载
nlover 11 years ago
I&#x27;ve been looking at OAuth a bit lately.<p>I&#x27;m amazed there is no open-source, drop-in HTTP proxy to authorise access to REST APIs. The closest I&#x27;ve found is PingFederate, which is kind of expensive, and DoorMan[1], which seems incomplete and unmaintained.<p>Am I the only person who&#x27;d find this useful? What are other people doing - building it into their APIs?<p>[1] <a href="https://github.com/movableink/doorman" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;movableink&#x2F;doorman</a>
评论 #6520616 未加载