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.

Ask HN: Sign Up with Facebook/Apple/Google – API or OAuth?

2 pointsby brittpart_over 4 years ago
What is this technology called? An API, OAuth? I'm trying to do some research on how this works but I'm not sure what I should be researching.

2 comments

noodlesUKover 4 years ago
Social login and SSO is generally implemented these days as OIDC (which is based on oauth2). You can read the RFCs for it, and they pretty much explain the whole thing.<p>Oauth2: <a href="https:&#x2F;&#x2F;tools.ietf.org&#x2F;html&#x2F;rfc6749" rel="nofollow">https:&#x2F;&#x2F;tools.ietf.org&#x2F;html&#x2F;rfc6749</a><p>PKCE (replaces the implicit flow): <a href="https:&#x2F;&#x2F;tools.ietf.org&#x2F;html&#x2F;rfc7636" rel="nofollow">https:&#x2F;&#x2F;tools.ietf.org&#x2F;html&#x2F;rfc7636</a><p>OIDC: <a href="https:&#x2F;&#x2F;openid.net&#x2F;specs&#x2F;openid-connect-core-1_0.html" rel="nofollow">https:&#x2F;&#x2F;openid.net&#x2F;specs&#x2F;openid-connect-core-1_0.html</a>
评论 #25555291 未加载
cuu508over 4 years ago
They don&#x27;t always make it obvious, but it is usually OAuth2, sometimes with tweaks