Facebook authentication plugin for Plone
Project description
Introduction
A PAS plugin to login into a Plone Site using Facebook.
Installation and getting started
Add ‘cs.auth.facebook’ to your buildout.cfg’s eggs list.
You have to add a configuration similar to this to your buildout.cfg:
zope-conf-additional = <product-config beaker> 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} </product-config>
This is needed because we are using collective.beaker to handle Facebook login session information.
Install the product in the Plone Control Panel
Create a new Facebook app at https://developers.facebook.com/app and fill in the required data in the plugin’s control panel form.
Credit
This product re-distributes a lot of code written by Martin Aspeli (aka @optilude) in his book “Professional Plone 4 Development” and available under GPL license in his personal GitHub account with the name ‘optilux.facebookauth’:
https://github.com/optilude/optilux/tree/chapter-16/src/optilux.facebookauth
Changelog
1.0b2 (2012-10-16)
FaceBook users are now PloneUsers [erral]
Implement user search in storage [erral]
Get properties from self data storage instead of relying on Session [erral]
Change user action name not to clash with Plone’s login [erral]
1.0b1 (2012-07-13)
Initial release [erral]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cs.auth.facebook-1.0b2.zip
.
File metadata
- Download URL: cs.auth.facebook-1.0b2.zip
- Upload date:
- Size: 30.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4268ad9337df388dc5b9d851c135f666b9ac9e2f3567b8d60710647200a3d2ba |
|
MD5 | d80a487d10a4f874ffc9ba939e470e0f |
|
BLAKE2b-256 | 9175cc72c6726739964bd622172b65ad5a91997a65e3a691c24bf7cb9a98ce14 |