svycka/social-user

This module adds custom grant types for oauth2-server-php to allow login with social services like google or facebook.

3.0.0 2022-07-01 06:20 UTC

This package is auto-updated.

Last update: 2024-02-29 02:58:38 UTC


README

Build Status Coverage Status Quality Score Latest Version on Packagist Software License Total Downloads

This module adds custom grant types for oauth2-server-php to allow login with social services like google or facebook.

Install

Via Composer

$ composer require svycka/social-user

Basic Usage

  • Register Svycka\SocialUser as module in config/application.config.php
  • Copy the file located in vendor/svycka/social-user/data/social_user.local.php.dist to config/autoload/social_user.local.php and change the values as you wish

Change log

Please see CHANGELOG for more information what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.