https://github.com/codesyntax/cs.auth.twitter
Twitter based login for Plone
https://github.com/codesyntax/cs.auth.twitter
Last synced: about 1 year ago
JSON representation
Twitter based login for Plone
- Host: GitHub
- URL: https://github.com/codesyntax/cs.auth.twitter
- Owner: codesyntax
- Created: 2012-05-31T11:14:32.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T08:17:42.000Z (over 8 years ago)
- Last Synced: 2025-03-25T19:41:20.801Z (over 1 year ago)
- Language: Python
- Size: 76.2 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Introduction
============
A PAS plugin to login into a Plone Site using Twitter. Provides the following features:
* Log in to a Plone site through Twitter: when a user requests to log in to the Plone site he will be redirected to Twitter 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, screen-name Twitter ID and twitter photo of the user. This is kept to avoid permanent requests to Twitter API. This information is refreshed each time the user logs in to the site.
Installation and getting started
-----------------------------------
Add `cs.auth.twitter` to your buildout.cfg's eggs list. It will install all required dependencies.
Install the product in the Plone Control Panel. This will create a "Login with
Twitter" action into the personal tools toolbar in Plone.
Create a new Twitter app at https://dev.twitter.com/apps/new and fill in the
required data in the plugin's control panel form.
Credit
--------
This product contains code written for collective.twitter.accounts
by Franco Pellegrini (@frapell) and Hector Velarde (@hvelarde)
Compatibility
==============
Plone 4.x