hapasoft/extend-socialite

It it the extended version of laravel socialite.

v1.0.1 2024-12-12 04:50 UTC

This package is auto-updated.

Last update: 2025-06-17 10:52:55 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

This package is extending the feature of retrieve data from token using getUserFromToken($token) method. By this it is easier to get user data from api end. Other then that all the functions and methods can be used as Socialite package do. It it not not limited it is an extended version of Socialite.

Installation

You can install the package via composer:

composer require hapasoft/extend-socialite

Usage

$user = Socialite::driver($provider)->getUserFromToken($token);

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email hafijur300000@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.