This is a Laravel demonstration project showcasing various social authentication providers using Laravel Socialite and custom provider packages. The application provides a simple testing interface to authenticate with multiple social platforms.
- socialite-amazon - Amazon Login with Socialite integration
- socialite-discord - Discord OAuth provider for Laravel Socialite
- socialite-wordpress - WordPress.com OAuth provider for Laravel Socialite
- socialite-mastodon - Mastodon OAuth provider for Laravel Socialite
- laravel-line-sdk - LINE SDK integration for Laravel
- laravel-threads - Meta Threads API integration
- laravel-bluesky - Bluesky AT Protocol integration
- Simple OAuth authentication testing interface
- Support for multiple social login providers
- Callback handling and user data display
- Laravel 12.x compatibility
- PHP 8.2+ support
Visit the root URL to see available authentication providers. Click on any provider to test the OAuth flow:
/amazon/login- Amazon authentication/discord/login- Discord authentication/wordpress/login- WordPress.com authentication/mastodon/login- Mastodon authentication
- PHP 8.2+
- Laravel 12.x
- Composer for dependency management
Since maintenance is infrequent, there is no guarantee that it will work with the latest versions of Laravel or PHP.