<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>onHacks &#187; OAuth</title>
	<atom:link href="http://onhacks.org/lang/en/tag/oauth/feed/" rel="self" type="application/rss+xml" />
	<link>http://onhacks.org</link>
	<description>On Hacking Across Boundaries</description>
	<lastBuildDate>Wed, 02 Jun 2010 05:48:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What is OAuth</title>
		<link>http://onhacks.org/lang/en/2009/01/26/what-is-oauth</link>
		<comments>http://onhacks.org/lang/en/2009/01/26/what-is-oauth#comments</comments>
		<pubDate>Mon, 26 Jan 2009 06:07:11 +0000</pubDate>
		<dc:creator>.hac</dc:creator>
				<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Protocol]]></category>
		<category><![CDATA[OAuth]]></category>

		<guid isPermaLink="false">http://onhacks.org/?p=156</guid>
		<description><![CDATA[I started following twitterapi few weeks ago. Today, I discover an interesting thing is working on the Internet. 2 days ago, Twitter called for OAuth provider closed beta participants. I don&#8217;t know if you heard of OAuth before, but this is really a new term to me. After generating 7g CO2, I find the answer [...]]]></description>
			<content:encoded><![CDATA[<p>I started following twitterapi few weeks ago. Today, I discover an interesting thing is working on the Internet. 2 days ago, Twitter called for OAuth provider closed beta participants. I don&#8217;t know if you heard of OAuth before, but this is really a new term to me.</p>
<p>After generating <a href="http://www.techcrunch.com/2009/01/11/are-we-killing-the-planet-one-google-search-at-a-time/" target="_blank">7g CO2</a>, I find the answer what OAuth is.</p>
<p>Nowadays, many luxury cars come with a valet key. You can give this key to someone who helps you parking your car. This key is different from the original car key, it can only open one of the doors of the car, or can allow you to drive a mile or 2. Make it simple, OAuth is trying to apply this concept in authentication on the Internet. The web applications nowadays, connect to many other web applications. Sometimes, the web app will ask for your username and password to access other applications. When you agree to give your secret credentials, you are allowing them to have full access to your information on other site. You will never know what they have done after receiving your credentials, they can even change your password if they want!</p>
<p>As a result, &#8220;OAuth is about giving access to your stuff without sharing your identity at all (or its secret parts).&#8221;, from the <a href="http://oauth.net/about" target="_blank">about</a> page in OAuth official site.</p>
<p>Twitter is now developing its OAuth provider based on the OAuth protocol. This is an interesting approach to authenticate on the Internet. I can&#8217;t tell much about the protocol because I just heard this an hour ago, but it is really a cool idea. I will take a look on the design of OAuth protocol and share some of my opinions later. It is worth to grab a piece of its spec and take a look.</p>
<p>Happy Chinese New Year! Wish we can have more interesting security stuffs to share in the coming year.</p>
<p>ps. The idea actually is not new. OAuth is the standardization and combined wisdom of many well established industry protocols. There are some implemented protocols (eg. Google AuthSub, <span class="caps">AOL</span> OpenAuth, Yahoo BBAuth, Upcoming <span class="caps">API</span>, Flickr <span class="caps">API</span>, Amazon Web Services <span class="caps">API</span>, etc) you may be interested to take a look.</p>
<p>Enjoy!</p>
<p>Reference:</p>
<ul>
<li><a href="http://oauth.net/" target="_blank">Official site of OAuth</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://onhacks.org/lang/en/2009/01/26/what-is-oauth/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
