neosrulez / hybridauth
A Neos CMS plugin which enables login with Google, Github and Facebook to the Neos CMS backend.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:neos-package
Requires
This package is not auto-updated.
Last update: 2024-11-19 09:28:32 UTC
README
A Neos CMS plugin which enables login with Google, Github and Facebook to the Neos CMS backend.
Installation
The NeosRulez.HybridAuth package is listed on packagist (https://packagist.org/packages/neosrulez/hybridauth) - therefore you don't have to include the package in your "repositories" entry any more.
Just add the following line to your require section:
"neosrulez/hybridauth": "*"
Settings.yaml
You can configure everything in Settings.yaml:
NeosRulez:
HybridAuth:
Provider:
github:
clientId: '4859d7d83243241666ca8'
clientSecret: '87384sdfsdf05cc7a9b91ee4ae2b7d2081394'
callBackUri: 'http://dev.neos1.loc/neosrulez-hybridauth-github-auth'
defaultRole: 'Neos.Neos:Administrator'
facebook:
facebookAppId: '8012324325000'
facebookAppSecret: '92f471a234234dbd3e76c045181c3'
redirectUri: 'http://dev.neos1.loc/neosrulez-hybridauth-facebook-auth'
defaultRole: 'Neos.Neos:Administrator'
google:
googleClientId: '4859d6867671666ca8'
googleClientSecret: '87384bf2fgh546459b91ee4ae2b7d2081394'
callBackUri: 'http://dev.neos1.loc/neosrulez-hybridauth-google-auth'
defaultRole: 'Neos.Neos:Administrator'
Author
- E-Mail: mail@patriceckhart.com
- URL: http://www.patriceckhart.com