Releases: Blaspsoft/socialiteplus
π¦ Release v1.0.2
β¨ What's Changed
Improved Directory Management for test scaffolding when installing React or Vue:
InstallReact.php and InstallVue.php now ensure the tests/Feature/SocialitePlus directory is created and relevant test files are copied.
Prevents test files from being overwritten or recreated when the package is updated.
Code Cleanup:
Removed redundant logic from SocialitePlusServiceProvider.php that previously handled test file creation. This responsibility is now centralized within the install commands.
π Bug Fixes
Fixed an issue where test files were overwritten during package updates by moving their creation logic to install commands.
π¦ Release v1.0.1 β Case Sensitivity Bug Fix
π Bug Fixes
Case Sensitivity Fix for Service Provider Class
Resolved an issue where the autoloader failed to locate Blaspsoft\SocialitePlus\SocialitePlusServiceProvider on case-sensitive filesystems (Linux, Windows).
The file was incorrectly named SocialiteplusServiceProvider.php (lowercase "p"), which worked on macOS due to its case-insensitive filesystem, but failed elsewhere.
The file and class have been renamed to match PSR-4 autoloading expectations exactly:
SocialitePlusServiceProvider.php.
β
Impact
Working Autoloading on Linux/Windows
Projects using this package on Linux or Windows will now autoload correctly without requiring manual intervention.
v1.0.0
π Socialite Plus v1.0.0 is here!
This package makes social authentication in Laravel 12 Vue and React Starterkits seamless by integrating Google, Facebook, GitHub, and LinkedIn logins with a simple setup.
β¨ Features
- β Predefined Social Login Pages β Ready-to-use authentication pages built with React & Vue.
- π― Seamless OAuth Integration β Supports Google, Facebook, GitHub, and LinkedIn logins.
- βοΈ Configurable Providers β Enable or disable social logins via a simple config file.
- π¨ Customizable Button Text & Styles β Personalize login button labels and appearance.
- β‘ Effortless Setup β Quick configuration using Laravel Socialite.
- π Full Social Auth Flow β Handles login, registration, and token management.
- π Secure & Scalable β Built with best practices for authentication and security.
- π Multi-Framework Support β Works with both React and Vue frontends.
- π¦ Out-of-the-Box Functionality β Reduce development time with pre-built components