Jump to content

OAuth: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Categories
Cedringen (talk | contribs)
No edit summary
Line 1: Line 1:

[[Image:oauth-logo.jpg|right|]]
[[Image:oauth-logo.jpg|right|]]
'''OAuth''' is an open protocol, initiated by [[Blaine_Cook_(programmer)|Blaine Cook]] and [[Chris_Messina_(open_source_advocate)|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.
'''OAuth''' is an open protocol, initiated by [[Blaine_Cook_(programmer)|Blaine Cook]] and [[Chris_Messina_(open_source_advocate)|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.
Line 24: Line 23:


[[Category: Software]]
[[Category: Software]]

[[fr:DataPortability]]

Revision as of 21:39, 18 February 2008

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 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