Skip to content

This module adds custom grant types for https://github.com/bshaffer/oauth2-server-php to allow login with social services like google or facebook.

License

Notifications You must be signed in to change notification settings

svycka/social-user

Repository files navigation

svycka/social-user

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.