Skip to content

Releases: Blaspsoft/socialiteplus

πŸ“¦ Release v1.0.2

03 Apr 20:37
8cc034c

Choose a tag to compare

✨ 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

01 Apr 12:51
0864445

Choose a tag to compare

πŸ› 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

12 Mar 15:12

Choose a tag to compare

πŸš€ 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