Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Socialstream


Build Status


Total Downloads


Latest Stable Version


License

## 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).