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: Mashape open-sources Guardian to solve your OAuth headaches

25 pointsby codeinchaosover 10 years ago

2 comments

chatmastaover 10 years ago
That&#x27;s great, but there are a lot of libraries to make <i>consuming</i> oauth services easier. I&#x27;m more interested in a good library for hosting them. I use Python and have yet to find a single unified framework for serving Oauth both two-legged and three-legged, so you can use the two-legged with your in house apps. Everything I&#x27;ve found is either three-legged or one-legged.
kaeawcover 10 years ago
Interesting, but I hope there is clear direction to never use 1 legged OAuth in production. Because that&#x27;s a bad time.