Download the PHP package tyler36/social-auth without Composer
On this page you can find all versions of the php package tyler36/social-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package social-auth
Introduction
A simple package to add authentication via Socialite
User Flow
Route:
- Validate provider
- Send user to provider (expects callback)
Route:
- Validate provider
- Create / Update User
- Login if valid
Setup
-
Install package
-
Publish assets
-
Run migration
-
Add social-auth routes to
-
Adding providers. Create API key information for each provider you would like to you. Each provider requires a , , & . A selection of some providers API website can be found in file.
- Update the services config file For security, it is recommended to add this to your config/services.php 'github' => [ 'client_id' => env('GITHUB_CLIENT_ID'), 'client_secret' => env('GITHUB_CLIENT_SECRET'), 'redirect' => env('GITHUB_CALLBACK_URL'), ], config/socialauth 'github' => true
phpunit .\vendor\tyler36\social-auth\tests
All versions of social-auth with dependencies
PHP Build Version
Package Version
Requires
laravel/socialite Version
^5.0
The package tyler36/social-auth contains the following files
Loading the files please wait ....