gauth.admin.inc |
gauth.admin.inc |
|
Administration pages for Google OAuth settings. |
gauth.api.php |
gauth.api.php |
|
Hooks provided by the GAuth module. |
gauth.info |
gauth.info |
|
name = Google Auth
description = "Google Authentication module - uses OAuth2. Provides simplified api for handling google authentication for Drupal"
core = 7.x
dependencies[] = libraries
package = Google Api
configure =… |
gauth.install |
gauth.install |
|
Install and uninstall functions for the Google OAuth module. |
gauth.module |
gauth.module |
|
Google Auth Api for drupal. |
gauth_login.admin.inc |
gauth_login/gauth_login.admin.inc |
|
Administration pages for GAuth Login settings. |
gauth_login.api.php |
gauth_login/gauth_login.api.php |
|
Hooks provided by the GAuth Login module. |
gauth_login.css |
gauth_login/gauth_login.css |
|
#edit-submit-google {
background-size:175px;
border:none;
width:175px;
height:40px;
background-image: url("sign-in-with-google.png");
} |
gauth_login.info |
gauth_login/gauth_login.info |
|
name = Google Login Support
description = "Google Authentication for login. This module provides addon feature for login using google"
core = 7.x
dependencies[] = gauth
package = Google Api
configure = admin/config/services/gauth_login |
gauth_login.install |
gauth_login/gauth_login.install |
|
Install and uninstall functions for the Google Auth Login module. |
gauth_login.module |
gauth_login/gauth_login.module |
|
Google Auth Api for drupal. |
gauth_user.admin.inc |
gauth_user/gauth_user.admin.inc |
|
Administration pages for Google Auth User Services. |
gauth_user.info |
gauth_user/gauth_user.info |
|
name = Google Auth User Support
description = "Google Authentication for end user. This module provides addon feature for end user to authenticate for a service"
core = 7.x
dependencies[] = gauth
package = Google Api
configure =… |
gauth_user.install |
gauth_user/gauth_user.install |
|
Install and uninstall functions for the Google Auth User module. |
gauth_user.module |
gauth_user/gauth_user.module |
|
Google Auth Api for drupal. |
gauth_user.pages.inc |
gauth_user/gauth_user.pages.inc |
|
User pages for Google Auth User Services. |
google-api-php-client.libraries.info |
google-api-php-client.libraries.info |
|
name = Google OAuth2
machine name = google-api-php-client
description = Provides classes for google oauth2 for php
version = 1.0.6-beta5
files[php][] = src/Google/Client.php |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Summary
* Requirements
* Installation
* Google Configuration
* Configuration
* Api functions
* Credits
SUMMARY
-------
This module allows you to authenticate with google,
and use this… |