Download the PHP package chrisjk123/laravel-social without Composer
On this page you can find all versions of the php package chrisjk123/laravel-social. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-social
Quickstart wrapper for Laravel using Laravel Socialite.
This package serves as a quick, helpful wrapper around Laravel Socialite.
NOTE: all OAuth authentication logins made by Laravel Socialite are supported.
Installation
You can install the package via composer:
You can optionally publish the config file with:
Be sure to update config\services.php
following Laravel Socialite's documentation.
Make sure your use Illuminate\Foundation\Auth\User as Authenticatable;
model is passwordless i.e. the password field is nullable.
Usage
To login with a given provider, simply pass in the provider name and have the user visit the route:
Customization
The auth validation and creation process may be customized via "Action" classes. Be sure to review this repository's source code and read up on the Laravel Fortify docs as an example.
Contracts:
Chriscreates\Social\Contracts\SocialCreateAuthContract
Chriscreates\Social\Contracts\SocialFindAuthContract
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Christopher Kelker
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-social with dependencies
illuminate/support Version ^8.0|^9.0
laravel/socialite Version ^5.3