Skip to content

basmaijak/cs.auth.googleplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A PAS plugin to login into a Plone Site using Google+.

Installation and getting started

Add 'cs.auth.googleplus' and 'requests' to your buildout.cfg's eggs list.

You have to add a configuration similar to this to your buildout.cfg::

zope-conf-additional = session type file session.data_dir ${buildout:directory}/var/sessions/data session.lock_dir ${buildout:directory}/var/sessions/lock session.key beaker.session session.secret this-is-my-secret-${buildout:directory}

This is needed because we are using collective.beaker to handle Google+ login session information.

Install the product in the Plone Control Panel

Create a new Google+ app at https://developers.google.com/+/ and fill in the required data in the plugin's control panel form.

Credit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published