svycka / social-user

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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:MIT License


Languages

Language:PHP 100.0%