neosrulez/hybridauth
composer require neosrulez/hybridauth
A Neos CMS plugin which enables login with Google, Github and Facebook to the Neos CMS backend.
0.1.3
Readme excerpt
Hybrid authentication plugin for Neos CMS.A Neos CMS plugin which enables login with Google, Github and Facebook to the Neos CMS backend.
InstallationThe 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.yamlYou can configure everything in Settings.yaml:
NeosRulez: HybridAuth: Provider: github: clientId: '4859d7d83243241666ca8' clientSecret: '87384sdfsdf05cc7a9b91ee4ae2b7d2081394' …Read more
The same vendor provides 85 package(s).