User: sumit Branch: HEAD Date: Sat, 19 Jul 2008 02:11:54 +0000 Modified files: /modules/oauth OAuth.php README.txt oauth.info oauth.install oauth.module oauth_admin_keys.inc Log message: 275107 by sumit_k - introducing cool auth first time with drupal- a new authentication APIs- now drupal can have API like flickr and other sites where user's can register their applications with api and get api key + secret, which they will use to make further authentication calls via oauth, This additional parameter is ['application_key'], and ['application_sig'] = md5(application_secret.nonce) - nonce is different per call Links: http://cvs.drupal.org/diff.php?path=contributions/modules/oauth/OAuth.php&ol... http://cvs.drupal.org/diff.php?path=contributions/modules/oauth/README.txt&o... http://cvs.drupal.org/diff.php?path=contributions/modules/oauth/oauth.info&o... http://cvs.drupal.org/diff.php?path=contributions/modules/oauth/oauth.instal... http://cvs.drupal.org/diff.php?path=contributions/modules/oauth/oauth.module... http://cvs.drupal.org/diff.php?path=contributions/modules/oauth/oauth_admin_...