Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelbutcher/socialstream
OAuth for Laravel, simplified.
https://github.com/joelbutcher/socialstream
filament-plugin jetstream-laravel laravel laravel-auth laravel-breeze oauth2 social-auth socialite socialstream
Last synced: 7 days ago
JSON representation
OAuth for Laravel, simplified.
- Host: GitHub
- URL: https://github.com/joelbutcher/socialstream
- Owner: joelbutcher
- License: mit
- Created: 2020-12-22T17:49:11.000Z (about 4 years ago)
- Default Branch: 6.x
- Last Pushed: 2025-01-10T12:22:05.000Z (20 days ago)
- Last Synced: 2025-01-17T09:00:09.699Z (14 days ago)
- Topics: filament-plugin, jetstream-laravel, laravel, laravel-auth, laravel-breeze, oauth2, social-auth, socialite, socialstream
- Language: PHP
- Homepage: https://docs.socialstream.dev
- Size: 992 KB
- Stars: 437
- Watchers: 19
- Forks: 66
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Socialstream
## Introduction
Socialstream is a third-party package for [Laravel Jetstream](https://github.com/laravel/jetstream). It replaces the published authentication and profile scaffolding provided by Laravel Jetstream, with scaffolding that has support for [Laravel Socialite](https://laravel.com/docs/11.x/socialite).
If you are unfamiliar with Laravel Socialite, it is strongly advised that you take a look at the [official documentation](https://laravel.com/docs/socialite).
> :warning: Socialstream, like Jetstream, should only be installed on NEW applications, installing Socialstream into an existing application is unsupported and may lead to undesirable functionality and problems. To install into a new Laravel application, please `composer require` this package **immediately** after running `laravel new MyApp` or `composer create-project laravel/laravel MyApp`.
## Official Documentation
Documentation for Socialstream can be found on the [Socialstream website](https://docs.socialstream.dev).
## Contributing
Thank you for considering contributing to Socialstream! You can read the contribution guide [here](.github/CONTRIBUTING.md).
## Code of Conduct
In order to ensure that the Laravel development community is welcoming to all, please review and abide by the [Code of Conduct](.github/CODE_OF_CONDUCT.md).
## License
Socialstream is open-sourced software licensed under the [MIT license](LICENSE.md).