Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravel/socialite
Laravel wrapper around OAuth 1 & OAuth 2 libraries.
https://github.com/laravel/socialite
laravel oauth
Last synced: 4 days ago
JSON representation
Laravel wrapper around OAuth 1 & OAuth 2 libraries.
- Host: GitHub
- URL: https://github.com/laravel/socialite
- Owner: laravel
- License: mit
- Created: 2014-08-18T02:49:36.000Z (over 10 years ago)
- Default Branch: 5.x
- Last Pushed: 2024-10-06T21:12:54.000Z (2 months ago)
- Last Synced: 2024-10-29T21:55:46.689Z (about 1 month ago)
- Topics: laravel, oauth
- Language: PHP
- Homepage: https://laravel.com/docs/socialite
- Size: 685 KB
- Stars: 5,556
- Watchers: 165
- Forks: 941
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- awesome-laravel-framework - Socialite - OAuth authentication with Facebook, Google, Twitter etc. (Popular Packages)
- laravel_awesome_user_mgmt_recaptcha - Socialite Logins - See API list used below| (Laravel-Auth / Features)
- awesome-laravel - Laravel Socialite - Admite la autenticación con Facebook, Twitter, LinkedIn, Google, GitHub, GitLab y Bitbucket. (Paquetes utiles)
- laravel-awesome - Socialite - OAuth authentication with Facebook, Google, Twitter etc. (Popular Packages)
- awesome-laravel - Socialite - OAuth authentication with Facebook, Google, Twitter etc. (Popular Packages)
README
## Introduction
Laravel Socialite provides an expressive, fluent interface to OAuth authentication with Facebook, Twitter, Google, LinkedIn, GitHub, GitLab and Bitbucket. It handles almost all of the boilerplate social authentication code you are dreading writing.
**We are not accepting new adapters.**
Adapters for other platforms are listed at the community driven [Socialite Providers](https://socialiteproviders.com/) website.
## Official Documentation
Documentation for Socialite can be found on the [Laravel website](https://laravel.com/docs/socialite).
## Contributing
Thank you for considering contributing to Socialite! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## Security Vulnerabilities
Please review [our security policy](https://github.com/laravel/socialite/security/policy) on how to report security vulnerabilities.
## License
Laravel Socialite is open-sourced software licensed under the [MIT license](LICENSE.md).