Download the PHP package dzaki236/secure-google-provider without Composer
On this page you can find all versions of the php package dzaki236/secure-google-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dzaki236/secure-google-provider
More information about dzaki236/secure-google-provider
Files in dzaki236/secure-google-provider
Package secure-google-provider
Short Description Package for solving error login socialite
License MIT
Informations about the package secure-google-provider
# Secure google provider extends socialite package
Announcement from google ✏️
Since 2025 at february google announcement some policy for oAuth certs, even if you used it for production and https scheme, you need 'certs' for more secure in oAuth v2.
Sadly, Socialite package cannot provide to handle some secure certs ASAP.
I got you guys 🙌
Have you got error like ??, it means you have to secure your oAuth for google services.
By using this package, you don't have to waste your time, take it easy, i got you..
Installation 📌
Requirement :
- Php^8.0
- Laravel 8+ (even better using laravel 10+)
- Socialite package (Any version with php ^8.0 compatiblity)
Step Installation 📝
Or you can choose specific version by :
So.. How to use?🤔
Well... in your controller or where you put your logic in laravel, you can find or make like this part :
Don't forget to add some namespacing at controller or logic file :
But.. you still got error when you use at parameter on function, you need to change it, from to .
By this example :
To get user info after oAuth login state closed :
Aditional Information (Optional Part) 💡
Add this part on your , and you can forcing verify, you don't need cert for a while oAuth state is process
Warning⚠️ : Add and edit only part, even you try to add this verify part outside, it won't effect anything.
Credits
- Dzaki236
License
The MIT License (MIT). Please see License File for more information.