enjoyscms / hybridauth
Social login (oauth) module for EnjoysCMS
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:enjoyscms-module
Requires
- php: >=8.0
- enjoyscms/admin: ^4.0
- enjoyscms/core: ^4.0
- hybridauth/hybridauth: ^3.8
Requires (Dev)
- vimeo/psalm: ^4.20
This package is auto-updated.
Last update: 2024-11-15 22:04:35 UTC
README
Module for EnjoysCMS for social sign. Based on hybridauth/hybridauth
Install
composer require enjoyscms/hybridauth:dev-master
Configure
Add to config.yml
enjoyscms/hybridauth: allow-auto-register: true providers: # example Google: enabled: true info: name: Google icon: fa fa-google keys: key: public-key secret: secret-key
Callback endpoint
https://project.example/oauth/callback