Skip to content

Tags: laravel/socialite

Tags

v5.28.0

Toggle v5.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (

…#777)

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...df4cb1c)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v5.27.0

Toggle v5.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix usage of access_token in Bitbucket integration (#771)

Co-authored-by: Johannes Pichler <johannes.pichler@wimbergergruppe.at>

v5.26.1

Toggle v5.26.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use hash_equals for constant-time state comparison (#770)

v5.26.0

Toggle v5.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] Fix workflow YAML syntax and clean up broken CI matrix (#769)

* Quote *.x branch pattern in workflow YAML

Unquoted *.x is invalid YAML — the * character is reserved for
alias nodes. This caused the tests workflow to fail on every push
to versioned branches, meaning no tests have been running on push
or schedule triggers.

* Disable fail-fast so old PHP failures don't cancel L12/L13 jobs

The PHP 7.x matrix entries fail on dependency resolution because
firebase/php-jwt v6.11+ requires PHP 8.0+. With fail-fast: true,
this single failure cancels all other jobs including the L12/L13
matrices that pass fine.

Setting fail-fast: false lets all jobs run independently so the
current Laravel version results are visible regardless of legacy
version failures.

* Remove broken PHP 7.x and Laravel 6-7 matrix entries

PHP 7.x entries fail on dependency resolution — firebase/php-jwt
v6.11+ requires PHP 8.0+ and composer can no longer resolve a
compatible version for PHP 7.x.

PHP 8.0 with Laravel 6-7 entries consistently hit GitHub Actions
runner shutdown timeouts.

These combinations haven't been passing since at least Jan 2026.
Restores fail-fast: true now that all remaining entries pass.

v5.25.0

Toggle v5.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename Boost skill directory from socialite to socialite-development (#…

…764)

v5.24.3

Toggle v5.24.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Laravel 13.x Compatibility (#762)

* Bump dependencies for Laravel 13

* Update GitHub Actions for Laravel 13

v5.24.2

Toggle v5.24.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix FakeProvider to preserve decorator when forwarding calls (#760)

v5.24.1

Toggle v5.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update firebase/php-jwt package (#758)

* chore: update firebase/php-jwt package

* Update composer.json

* Update PHP version requirement in composer.json

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v5.24.0

Toggle v5.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Testing Fakes (#756)

* Add initial implementation

* WIP

* Add tests

* Tweak test comment

* Remove unused imports

* Spacing

* PHP <= 8.0 compatibility

* Another PHP compatibility tweak

* Update SocialiteFakeTest.php

* Remove redirect param and fix compatibility

* Remove Fake interface since it doesn't exist in earlier Laravel versions

* Remove unused property

* formatting

* formatting

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v5.23.2

Toggle v5.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] PHP 8.5 Compatibility (#755)

* [5.x] PHP 8.5 Compatibility

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>