Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efureev/socialite
Laravel socialite, customize
https://github.com/efureev/socialite
authentication laravel socialite
Last synced: about 7 hours ago
JSON representation
Laravel socialite, customize
- Host: GitHub
- URL: https://github.com/efureev/socialite
- Owner: efureev
- License: mit
- Created: 2018-10-30T11:22:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T05:31:45.000Z (almost 5 years ago)
- Last Synced: 2024-04-13T18:07:07.546Z (7 months ago)
- Topics: authentication, laravel, socialite
- Language: PHP
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/laravel/socialite.svg?branch=3.0)](https://travis-ci.org/laravel/socialite)
[![Latest Stable Version](https://poser.pugx.org/efureev/socialite/v/stable)](https://packagist.org/packages/efureev/socialite)
[![Total Downloads](https://poser.pugx.org/efureev/socialite/downloads)](https://packagist.org/packages/efureev/socialite)
[![Latest Unstable Version](https://poser.pugx.org/efureev/socialite/v/unstable)](https://packagist.org/packages/efureev/socialite)
[![License](https://poser.pugx.org/efureev/socialite/license)](https://packagist.org/packages/efureev/socialite)## Introduction
Socialite provides an expressive, fluent interface to OAuth authentication with Custom services, Facebook, Twitter, Google, LinkedIn, GitHub, GitLab and Bitbucket. It handles almost all of the boilerplate social authentication code you are dreading writing.
**You can write own config for your Custom Provider.**
**ONLY PHP 7.1 and upper**
**ONLY Laravel 5.7 and more..**Adapters for other platforms are listed at the community driven [Socialite Providers](https://socialiteproviders.github.io/) website.
## License
Laravel Socialite is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).