neosrulez/hybridauth

Last activity 14 Feb 2021 11
composer require neosrulez/hybridauth

A Neos CMS plugin which enables login with Google, Github and Facebook to the Neos CMS backend.

0.1.1

Version
0.1.1
Type
neos-package
Release Date
Nov 16, 2020 14:56
Source
git
Distribution
zip
Requires
  • neos/neos: *
  • league/oauth2-github: *
  • league/oauth2-google: *
  • league/oauth2-facebook: *
5069cc1e485a92a8a09361342dd7859dd3c23df0

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.

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' …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 85 package(s).