Download & Extend

Releases for OAuth

oauth 7.x-3.1-beta1

Download Size md5 hash
oauth-7.x-3.1-beta1.tar.gz 40.44 KB 4661093be4d56e9aac249a1ed3b3cee7
oauth-7.x-3.1-beta1.zip 49.4 KB 0208757807b4344316a1e47abfa84636
Last updated: February 9, 2012 - 19:55
Official release from tag: 7.x-3.1-beta1

Release notes

OAuth 7.x-3.1-beta1, 2012-2-9
------------------------------
#1431882 by jobeirne, nevets: authorizations listed multiple times.
#1431642 by jobeirne, nevets: consumer deletion fix.

oauth 7.x-3.0-beta1

Download Size md5 hash
oauth-7.x-3.0-beta1.tar.gz 40.43 KB 0059d1ec62bf7bd54a209725ccdc4279
oauth-7.x-3.0-beta1.zip 49.39 KB 68b033d0cedb09360f261bdffe41dc6c
Last updated: February 9, 2012 - 19:45
Official release from tag: 7.x-3.0-beta1

Release notes

OAuth 7.x-3.0-beta1, 2012-2-8
------------------------------
#1378078 by jobeirne: Make Authorizations editable.
#1412226 by jobeirne, sun: allow for deletion of authentications.
#54136 by sun: fix cancel button for authentication delete form.
#1412258 by jobeirne: authentication_options fix
#1431882 by jobeirne, nevets: authorizations listed multiple times.
#1431642 by jobeirne, nevets: consumer deletion fix.

oauth 7.x-3.0

Download Size md5 hash
oauth-7.x-3.0.tar.gz 40.42 KB 918c67d420e4a1e61da5205199894e68
oauth-7.x-3.0.zip 49.35 KB 9a51905005fa2799fadf992f612df10d
Last updated: February 8, 2012 - 18:05
Official release from tag: 7.x-3.0

Release notes

OAuth 7.x-3.0, 2012-2-8
------------------------------
#1378078 by jobeirne: Make Authorizations editable.
#1412226 by jobeirne, sun: allow for deletion of authentications.
#54136 by sun: fix cancel button for authentication delete form.
#1412258 by jobeirne: authentication_options fix

oauth 7.x-3.0-alpha1

Download Size md5 hash
oauth-7.x-3.0-alpha1.tar.gz 38.67 KB 655985af450f8a36ecac159bc04cf2fe
oauth-7.x-3.0-alpha1.zip 47.63 KB cda114a8da6216251e65d95fdd160039
Last updated: June 21, 2011 - 15:26
Official release from tag: 7.x-3.0-alpha1

Release notes

Initial port to Drupal 7.

This is an alpha due to multiple reasons, some of which are:

  • It hasn't been tested very much - any help testing it is appreciated.
  • It hasn't been verified that all parts are ported and ported correctly.
  • The Drupal 6 version this is based on is a beta - and there's no such thing as a beta of a beta.

oauth 7.x-3.x-dev

Download Size md5 hash
oauth-7.x-3.x-dev.tar.gz 41.36 KB f82b8ecefaca7b88fc94d50883e7a74d
oauth-7.x-3.x-dev.zip 50.5 KB 6cbb1bfa3b88a0e1e1ae28d1cc3c03cd
Last packaged version: 7.x-3.1+4-dev
Last updated: May 11, 2013 - 01:17
Development snapshot from branch: 7.x-3.x

Release notes

Probably a very unstable dev-build right now (prior to any beta or stable releases) - so don't rely on it working.

oauth 6.x-3.0-beta4

Download Size md5 hash
oauth-6.x-3.0-beta4.tar.gz 42.01 KB ee5204b10ac8e4fbcaf011d462929c6e
oauth-6.x-3.0-beta4.zip 54.99 KB 5146147f7d3d10f5ec685f5c25102e37
Last updated: April 6, 2011 - 15:16
Official release from tag: 6.x-3.0-beta4

Release notes

Breaking changes

Beta 4 includes a major refactoring of the database layer to increase its flexibility and performance. A detailed list of some of the changes can be found in the full release notes.

Noteworthy changes

The Consumer UI submodule has been removed. Modules consuming external OAuth API:s should provide their own mechanisms for maintaining consumer keys and tokens. In the client SHA1 is now the default hashing mechanisms as this is what the OAuth 1.0 specification is using. If you need SHA512 you need to override the default.

A detailed list of changes related to the db refactoring as well as a full list of changes in this beta can be found in the full release notes.

Read more

oauth 6.x-3.x-dev

Download Size md5 hash
oauth-6.x-3.x-dev.tar.gz 44.35 KB c577cbb9dcc1def5c5ff10153fd26f14
oauth-6.x-3.x-dev.zip 57.13 KB 1beb2e05e69acfb59ff1db0b3483405d
Last packaged version: 6.x-3.0-beta4+19-dev
Last updated: September 14, 2012 - 12:50
Development snapshot from branch: 6.x-3.x

Release notes

Development releases for Drupal 6

oauth 6.x-3.0-beta3

Download Size md5 hash
oauth-6.x-3.0-beta3.tar.gz 39.99 KB 4ff349a6a00e23600f972ff71757b008
oauth-6.x-3.0-beta3.zip 54.24 KB 1083a8a77316287b716dfc465563debc
Last updated: December 24, 2010 - 23:29
Official release from tag: 6.x-3.0-beta3

Release notes

Breaking changes

A breaking change in this release is a move to define API-versions of exported OAuth contexts. This has been supported before by the Chaos tools module that we use for exports, but we hadn't used it. To enable easier API-changes in the future we wanted to make this move prior to releasing a stable version of 6.x-3.0.

Noteworthy changes

  • Old nonces will no longer fill the database, it's cleaned on cron thanks to SimmeLj
  • Fewer dependencies. We managed to make Inputstream optional for everyone and Chaos tool optional for those only needing the client part of the module

Instructions on how to upgrade current exports as well as a list of all changes can be found in the full release notes.

Read more

oauth 6.x-3.0-beta2

Download Size md5 hash
oauth-6.x-3.0-beta2.tar.gz 39.29 KB 25c9f88874d1dd9f3f39c7a41fe579fb
oauth-6.x-3.0-beta2.zip 53.63 KB e0054f6bbe4728a83f8ecbb55613b55e
Last updated: December 24, 2010 - 23:29
Official release from tag: 6.x-3.0-beta2

Release notes

A collection of fixes and improvements. No big new features, but among other things a refactored DrupalOAuthClient that requires you to update your modules if you're using that class to consume API:s.

Full list of changes in the full release notes and in the CHANGELOG file.

Read more

oauth 6.x-3.0-beta1

Download Size md5 hash
oauth-6.x-3.0-beta1.tar.gz 35.77 KB beb38fa941afab173a032ae34363d036
oauth-6.x-3.0-beta1.zip 49.36 KB fd015119461a681fceb35f9b90c52ee3
Last updated: December 24, 2010 - 23:29
Official release from tag: 6.x-3.0-beta1

Release notes

ATTENTION! This is not a normal update. The old oauth module has been replaced by what was oauth_common and no upgrade path is provided.

oauth 6.x-2.02

Download Size md5 hash
oauth-6.x-2.02.tar.gz 26.15 KB 7b153d7fd3c988e86cb567760420450e
oauth-6.x-2.02.zip 30.96 KB 790bd2dd2793cd0efc37f888d591f78a
Last updated: December 24, 2010 - 23:29
Official release from tag: 6.x-2.02

Release notes

Improvements:
* #472554: Update to the latest OAuth library by walkah and brmassa

oauth 6.x-2.01

Download Size md5 hash
oauth-6.x-2.01.tar.gz 25.39 KB ee42f13fa32829021b9147cacf12b14d
oauth-6.x-2.01.zip 30.17 KB a8361381435b8ff69e258383668aa62c
Last updated: December 24, 2010 - 23:29
Official release from tag: 6.x-2.01

Release notes

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.

Read more

oauth 6.x-2.01-beta1

Download Size md5 hash
oauth-6.x-2.01-beta1.tar.gz 25.39 KB 479f475c69c43299b000bb02b065ec46
oauth-6.x-2.01-beta1.zip 30.17 KB 8c59589fb54ebb14643fbe423210a50d
Last updated: December 24, 2010 - 23:29
Official release from tag: 6.x-2.01-beta1

Release notes

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.

Read more

oauth 6.x-1.01-beta1

Download Size md5 hash
oauth-6.x-1.01-beta1.tar.gz 25.39 KB a8a1aec90390f9067063e15d86d40621
oauth-6.x-1.01-beta1.zip 30.17 KB 0543f952d8634426cac9aed3107f3b45
Last updated: December 24, 2010 - 23:29
Official release from tag: 6.x-1.01-beta1

Release notes

Wrongly tagged. use 2.01-beta instead: http://drupal.org/node/333267

oauth 6.x-2.0

Download Size md5 hash
oauth-6.x-2.0.tar.gz 21.34 KB 4ef5ed3b03320a6c9ebfe04184e30b86
oauth-6.x-2.0.zip 24.49 KB a8962dd93a3aee9cd278bddc3f7f4b0a
Last updated: December 24, 2010 - 23:29
Official release from tag: 6.x-2.0

Release notes

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

Download Size md5 hash
oauth-6.x-2.0-beta1.tar.gz 21.32 KB ef144834b2e80dc3ec9fb145a19437dc
oauth-6.x-2.0-beta1.zip 24.47 KB c52c7cec82d1610d906542ea98ca250f
Last updated: December 24, 2010 - 23:29
Official release from tag: 6.x-2.0-beta1

Release notes

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

Download Size md5 hash
oauth-6.x-2.x-dev.tar.gz 26.15 KB b35783a012019419d555d2d72e63289b
Last updated: May 30, 2009 - 00:16
Development snapshot from branch: 6.x-2.x

Release notes

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

Download Size md5 hash
oauth-6.x-1.x-dev.tar.gz 19.59 KB 15df56ec60ae24b97fc83bbe807192fa
oauth-6.x-1.x-dev.zip 21.16 KB f3e776e4d9ac9f1cef7d4cb20cd1eff2
Last updated: February 25, 2011 - 07:43
Development snapshot from branch: 6.x-1.x

Release notes

Old legacy branch which never received any released. Branch created to free HEAD for a 3.x dev release.

Do not rely on any code in this release.

Subscribe with RSS Syndicate content