Synopsis

This module allows you to authenticate with Google, using a service account and OAuth 2.0. After you create a service account using Google Developers Console or a similar tool, you may use this module to access Google service APIs using that account. Service accounts use hidden, prepared authentication files instead of passwords supplied at access time. This makes them suitable for cron tasks and other site-controlled access to Google services.

This module is in use on a production site.
Project page: https://www.drupal.org/sandbox/vgriffin/2390251

git clone --branch 7.x-1.x http://git.drupal.org/sandbox/vgriffin/2390251.git gauth_svc_acct
cd gauth_svc_acct

Requirements

Known problems

Only one service account may be specified. If this is a real problem, please report it as an issue.

Pledges

This project will be ready for Drupal 8.

There have been projects that try to do Google authentication. There was an OAuth (1?) project for user/password authentication. This is the only project I know of that provides OAuth 2.0 service account authentication.

Dependencies

Google service account, and a module that uses the related API.

Manual reviews of other projects

Text or entity

Comments

vgriffin created an issue. See original summary.

PA robot’s picture

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

vgriffin’s picture

Issue summary: View changes
sch4lly’s picture

Status: Needs review » Reviewed & tested by the community

Manual Review

Individual user account
Follows the guidelines for individual user accounts.
No duplication
Does not cause module duplication and/or fragmentation.
Master Branch
Follows the guidelines for master branch.
Licensing
Follows the licensing requirements.
3rd party assets/code
Follows the guidelines for 3rd party assets/code.
README.txt/README.md
Follows the guidelines for in-project documentation and/or the README Template.
Code long/complex enough for review
Follows the guidelines for project length and complexity.
Secure code
Meets the security requirements.
Coding style & Drupal API usage
  1. Very nitpicky: wrong indentation in line 105

If added, please don't remove the security tag, we keep that for statistics and to show examples of security problems.

This review uses the Project Application Review Template.

damienmckenna’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for your contribution, Valerie!

I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.

Here are some recommended readings to help with excellent maintainership:

You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!

Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.

Thanks to the dedicated reviewer(s) as well.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.