Jump to content

OAuth

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 209.204.147.18 (talk) at 07:52, 3 February 2008 (→‎History). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

File:Oauth-logo.jpg

OAuth is an open protocol, initiated by Blaine Cook and Chris Messina, to allow secure API authentication in a simple and standard method from desktop and web applications. For consumer developers, OAuth is a method to publish and interact with protected data. For Service Provider developers, OAuth gives users access to their data while protecting their account credentials. The OAuth Core 1.0 final draft was released on October 3rd, 2007.

History

OAuth began in November 2006, during which [[Blaine Cook][Blaine_Cook_Programmer]] was developing the Twitter OpenID implementation. Together with Chris Messina they met with David Recordon and Larry Halff to discuss using OpenID with the Twitter API to delegate authentication. They concluded that there were no open standards for API access delegation.

The OAuth Google group was created, in April 2007, for the small group of implementers to write the draft proposal for an open protocol. DeWitt Clinton from Google caught wind of the OAuth project, and expressed his interest in supporting the effort. In July 2007 the team drafted an initial specification. On October 3rd, 2007 the OAuth Core 1.0 final draft was released.

What is OAuth?

OAuth allows the user to grant access to their private resources on one site (the Service Provider), to another site (called Consumer). OAuth is about giving access to your information without sharing all of your identity.

Live forums

See also

External links