Google Authentication for Web Applications http://drupal.org/project/google_auth ===================================== DESCRIPTION ------------ Web applications that need to access services protected by a user's Google or Google Apps (hosted) account can do so using the Google Authentication service. This service lets web applications get access without ever handling their users' account login information. Many but not all Google services support the Authentication service; check first with the service you want to access. Google offers two libraries for handling authentication: one using the OAuth open standard, and a second interface called AuthSub, developed prior to the release of the OAuth standard. This module implements the AuthSub interface. REQUIREMENTS ------------ Drupal 6.x INSTALLING ---------- 1. Note that this module doesn't do anything by itself. You should install it only if another module ask you to. To install the module copy the 'google_auth' folder to your sites/all/modules directory. 2. Go to Administer > Site building > Modules. Enable the module. Read more about installing modules at http://drupal.org/node/70151 CONFIGURING AND USING --------------------- No configuration is required. REPORTING ISSUE. REQUESTING SUPPORT. REQUESTING NEW FEATURE ----------------------------------------------------------- 1. Go to the module issue queue at http://drupal.org/project/issues/google_auth?status=All&categories=All 2. Click on CREATE A NEW ISSUE link. 3. Fill the form. 4. To get a status report on your request go to http://drupal.org/project/issues/user UPGRADING --------- Read more at http://drupal.org/node/250790