smichaelsen / opauth
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
This package is auto-updated.
Last update: 2024-10-29 04:58:48 UTC
README
Opauth implement OAuth2 Layer for TYPO3 CMS
You can see demo at: http://typo3.denysbutenko.com
#Install
From github
cd /path/to/your/typo3conf/ext/
git clone https://github.com/thedarki/typo3-opauth.git opauth
- Open your system backend: http://localhost/typo3/index.php
- Auth in backend.
- Select "Extension Manager" in left bar.
- In search-box input "opauth" without quotes.
- Activate it
- Click on name of extension for opening settings.
From TER (TYPO3 Extension Repository)
In future...
#Configuration For able auth with social network we need to configure his settings.
Main Settings
- Click on checkbox for enable it for Frontend or Backend or both.
- By default creating new user in backend is disabled. For enable it click on createAdminBeUsers
- For frontend user needed to select storagePid.
Facebook:
- Open tab with facebook settings.
- Click on checkbox for enable it.
- Open https://developers.facebook.com/apps
- Create you app
- Copy App-Id and paste into App Id [facebook.facebookAppId]
- Copy App-Secret into App Secret Token [facebook.facebookAppSecret]
- Click 'Save'
Twitter:
- Open tab with twitter settings.
- Click on checkbox for enable it.
- Open https://dev.twitter.com/apps
- Click to Create a new application
- Copy Consumer key and paste into Consumer Key [twitter.twitterConsumerKey]
- Copy Consumer secret into Consumer Secret [twitter.twitterConsumerSecret]
- Click 'Save'
#Currently Supported
** I've only tested it with Facebook. This does not mean that it won't work for other Oauth2 providers. Refer to http://opauth.org/ for help on implementing it. **