Releases for OAuth
oauth 6.x-2.02
First released: May 29, 2009 - 19:12
Size: 26.15 KB
md5_file hash: 7b153d7fd3c988e86cb567760420450e
Last updated: May 29, 2009 - 19:15
Improvements:
* #472554: Update to the latest OAuth library by walkah and brmassa
oauth 6.x-2.01
First released: November 19, 2008 - 16:25
Size: 25.39 KB
md5_file hash: ee42f13fa32829021b9147cacf12b14d
Last updated: November 19, 2008 - 16:30
Changes since 2.0 (including the changes on 2.01-beta1)
New features:
* OAuth Test module is now available! Its might be used by developers who want to integrate OAuth on their modules.
* Anyone that is studying OAuth thru this module might help on building a online documentation on http://drupal.org/node/296205. Thanks
* The install functions now are present: install the DB tables and remove all traces of the module when uninstalling it
* README.txt now describes the basic features of this module and step-by-step list of HOWTO customize the module to your own needs
Improvements:
* Maintain the same arguments' order for both token request/access and normal web services calling.
* Put "oauth_" prefix on all arguments for tokenRequest and tokenAccess services for consistency
* Faster and more reliable access token creation
Bugs fixed:
* #335980 by vladimir.dolgopolov: Wrong redirect while token_auth on Service Provider
* #330916 by flevour and brmassa: Fatal error: Call to undefined function webservices_error() in modules/oauth/oauth.inc on line 518
* #331470 by flevour: Call to an inexistant function in webservices
* #331289 by flevour: Direct calls to webservices/oauth_* need to include webservices.inc
* #331287 by flevour and brmassa: Token access and token request called using Menu API was not using the function arguments correctly.
oauth 6.x-2.01-beta1
First released: November 12, 2008 - 08:03
Size: 25.39 KB
md5_file hash: 479f475c69c43299b000bb02b065ec46
Last updated: November 12, 2008 - 08:05
It is a pre-release version. Its intention is to let users test it before the final release is officially created and its not for production sites.
New features:
* OAuth Test module is now available! Its might be used by developers who want to integrate OAuth on their modules.
* Anyone that is studying OAuth thru this module might help on building a online documentation on http://drupal.org/node/296205. Thanks
* The install functions now are present: install the DB tables and remove all traces of the module when uninstalling it
* README.txt now describes the basic features of this module and step-by-step list of HOWTO customize the module to your own needs
Improvements:
* Maintain the same arguments' order for both token request/access and normal web services calling.
* Put "oauth_" prefix on all arguments for tokenRequest and tokenAccess services for consistency
* Faster and more reliable access token creation
Bugs fixed:
* #330916 by flevour and brmassa: Fatal error: Call to undefined function webservices_error() in modules/oauth/oauth.inc on line 518
* #331470 by flevour: Call to an inexistant function in webservices
* #331289 by flevour: Direct calls to webservices/oauth_* need to include webservices.inc
* #331287 by flevour and brmassa: Token access and token request called using Menu API was not using the function arguments correctly.
oauth 6.x-1.01-beta1
First released: November 11, 2008 - 04:48
Size: 25.39 KB
md5_file hash: a8a1aec90390f9067063e15d86d40621
Last updated: November 11, 2008 - 04:50
Wrongly tagged. use 2.01-beta instead: http://drupal.org/node/333267
oauth 6.x-2.0
First released: November 6, 2008 - 02:17
Size: 21.34 KB
md5_file hash: 4ef5ed3b03320a6c9ebfe04184e30b86
Last updated: November 6, 2008 - 02:20
OAuth module is finally ready for production use!
Changes since beta 1:
Bugs fixed:
* #324994 by vladimir.dolgopolov: Errata in table name: webservices_consumer instead of oauth_consumer
Improvements:
* Force the items' order on user page by setting a weight on each item
oauth 6.x-2.0-beta1
First released: October 8, 2008 - 20:56
Size: 21.32 KB
md5_file hash: ef144834b2e80dc3ec9fb145a19437dc
Last updated: October 8, 2008 - 21:00
OAuth 2.x is a reorganized version of OAuth module. It focus on simplification and code compliance.
Features:
* Minimal memory consumption. Files and functions are only loaded when needed.
* PHP and JavaScript libraries included, so developers might integrate OAuth as a Drupal module or a JS.
* Server and Consumer libraries. No need for separated modules.
* It comes with integration with Web Services module.
* Granular permission
oauth 6.x-2.x-dev
First released: October 8, 2008 - 20:50
Size: 26.15 KB
md5_file hash: b35783a012019419d555d2d72e63289b
Last updated: May 30, 2009 - 00:16
OAuth 2.x is a reorganized version of OAuth module. It focus on simplification and code compliance.
Features:
* Minimal memory consumption. Files and functions are only loaded when needed.
* PHP and JavaScript libraries included, so developers might integrate OAuth as a Drupal module or a JS.
* Server and Consumer libraries. No need for separated modules.
* It comes with integration with Web Services module.
* Granular permission
oauth 6.x-1.x-dev
First released: July 4, 2008 - 23:41
Size: 34.53 KB
md5_file hash: c442e0ac123dd508aca002813b0a0a7c
Last updated: August 14, 2008 - 00:09
oauth release
