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.

Poll: OAuth 1.0a or OAuth 2.0 in a Docker container?

15 pointsby thybover 11 years ago
We are working on creating a Docker container that makes it easy to become an OAuth provider.<p>What would you prefer for your apps and why: OAuth 1.0a, OAuth 2.0 or some other protocol?<p>If you want some other protocol, please add it in the comments<p>Disclosure : I&#x27;m the creator of the open source daemon oauthd and founder of oauth.io.

2 comments

midhemover 11 years ago
Why not both? Big companies may prefer 1.0a for security and startups OAuth2.0 for flexibility about permissions and growth with easier integration by partners
评论 #6976456 未加载
nailerover 11 years ago
OAuth1&#x27;s &#x2F;ridiculously&#x2F; complex.<p>OAuth2 fits in a tweet: get a login URL, user visits it, redirects back to you with an auth code, swap it for an access token.<p>Out of the major players:<p>- Google, Microsoft, Facebook, Instagram uses OAuth2.<p>- Only Twitter uses OAuth 1.
评论 #6979212 未加载