Facebook authentication plugin for Plone
Project description
Introduction
A PAS plugin to login into a Plone Site using Facebook.
Log in to a Plone site through Facebook: when a user requests to log in to the Plone site he will be redirected to Facebook so that he provides the credentials there, then he will be redirected back to the Plone site and will be identified there.
The user will be a standard Plone user, so Roles or Group membership can be set.
Minimal user information is kept in Plone such as full name, Facebook ID, photo and e-mail (if available) of the user. This is kept to avoid permanent requests to Facebook API. This information is refreshed each time the user logs in to the site.
Installation and getting started
Add cs.auth.facebook to your buildout.cfg eggs list:
[buildout] ... eggs = cs.auth.facebook
Or as an required install dependency of your own addon setup.py:
install_requires=[ ... 'cs.auth.facebook', ],
It will install all required dependencies.
Install the product in the Plone Control Panel. This will create a “Login with Facebook” action into the personal tools toolbar in Plone.
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
Compatibility
Plone 4.x
Changelog
1.1b1 (2014-10-22)
Remove dependency on collective.beaker. Optional Beaker support is available with https://pypi.python.org/pypi/Products.BeakerSessionDataManager since we use Zope’s session_data_manager [petschki]
1.0.3 (2014-10-21)
Add german translation [petschki]
Encoding unicode user credentials. see http://goo.gl/63Kyuo for more info [petschki]
1.0.2 (2014-10-10)
Fix dependencies includes [erral]
1.0.1 (2014-10-10)
Fix docs [erral]
1.0 (2014-10-10)
Fix user search [erral]
Fix to be able to add the plugin through the ZMI [erral]
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.1b1.zip
.
File metadata
- Download URL: cs.auth.facebook-1.1b1.zip
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e7343d852b0bd3f96c6ca5ff3bcaa3aa01f26b322f79b6eb74cc12bfa613f16 |
|
MD5 | 2a29031e194368bf48a2d6bea882f667 |
|
BLAKE2b-256 | 58f861730af73cce0022797c0514b5d47ff026dd719138218643be9ff7769866 |