dutchcodingcompany/filament-socialite
Social login for Filament through Laravel Socialite
3.2.1
1.3M downloads/mo
#2566 most downloaded on Packagist
DutchCodingCompany/filament-socialite
What this package is like to depend on
Last release 4 months ago
14 Apr 2026
Release timing varies
gaps range from 3 weeks to 5 months
Some releases are documented
notes for 20 of 36 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
40 releases · first in 2022
4 releases in the last 12 months
see the full history below
Release timeline
39 releases · Apr 2022 to Apr 2026Releases
latest 40-
3.2.114 Apr 2026Release notes
Open source →What's Changed
- fix: update state retrieval method in PanelFromUrlQuery middleware by @fului in #153
- Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #151
New Contributors
Full Changelog: 3.2.0...3.2.1
-
3.2.019 Mar 2026 -
3.1.019 Jan 2026Release notes
Open source →What's Changed
- Add support for filament v5 by @dododedodonl in #147
- Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #145
Full Changelog: 3.0.1...3.1.0
-
3.0.116 Dec 2025Release notes
Open source →What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #135
- Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #139
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #141
- Add foreign key constraint with cascade behaviour. by @chrillep in #143
- NOTE: this will not change existing
socialite_userstables. Please consider adding the constraint in a separate migration yourself
- NOTE: this will not change existing
New Contributors
Full Changelog: 3.0.0...3.0.1
-
3.0.011 Aug 2025Release notes
Open source →What's Changed
- build: run tests on PHP 8.4 by @erikgaal in #129
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #130
- build: support filament v4 by @erikgaal in #131
- Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #132
- BREAKING CHANGE: Implement fix for slug by @dododedodonl in #133
New Contributors
Full Changelog: 2.4.0...3.0.0
Release notes
Open source →- Tag major version
- BREAKING CHANGE: Implement fix for slug issue https://github.com/DutchCodingCompany/filament-socialite/issues/127
The package now usespathinstead ofidas default prefix as it should have done. In order to revert to previous behaviour, use slug to override the behaviour:->plugin( FilamentSocialitePlugin::make() ->slug('admin') // change this to the panel's ID // other config for plugin )
-
3.0.0-beta318 Jul 2025 pre-releaseRelease notes
Open source →from CHANGELOG.md
3.0.0-beta3 - 2025-07-18
What's Changed
- Include compiled styles
3.0.0-beta2 - 2025-06-23
What's Changed
- BREAKING CHANGE: Implement fix for slug issue #127
The package now usespathinstead ofidas default prefix as it should have done. In order to revert to previous behaviour, use slug to override the behaviour:->plugin( FilamentSocialitePlugin::make() ->slug('admin') // change this to the panel's ID // other config for plugin )
3.0.0-alpha1 - 2025-06-05 / 3.0.0-beta1 - 2025-06-05
What's Changed
-
3.0.0-beta223 Jun 2025 pre-releaseNothing published for this version
-
3.0.0-beta105 Jun 2025 pre-releaseNothing published for this version
-
3.0.0-alpha1no date pre-releaseNothing published for this version
-
2.4.025 Feb 2025Release notes
Open source →What's Changed
- Laravel 12.x Compatibility by @laravel-shift in #125
New Contributors
- @laravel-shift made their first contribution in #125
Full Changelog: 2.3.1...2.4.0
-
2.3.106 Feb 2025Nothing published for this version
-
2.3.029 Nov 2024Nothing published for this version
-
2.2.117 Jul 2024Nothing published for this version
-
2.2.015 Jul 2024Nothing published for this version
-
2.1.121 Jun 2024Nothing published for this version
-
2.1.021 Jun 2024Release notes
Open source →- Add Authorization Callback by @petecoop in https://github.com/DutchCodingCompany/filament-socialite/pull/100
-
2.0.004 Jun 2024Release notes
Open source →- Please check the revised README.md and UPGRADE.md! Many functions have been renamed.
- Refactor package for better consistency with Filament code standards https://github.com/DutchCodingCompany/filament-socialite/pull/90
-
1.5.004 Jun 2024Release notes
Open source →- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in https://github.com/DutchCodingCompany/filament-socialite/pull/89
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in https://github.com/DutchCodingCompany/filament-socialite/pull/91
- Compatible with Stateless Authentication by @LittleHans8 in https://github.com/DutchCodingCompany/filament-socialite/pull/96
-
1.4.120 Mar 2024Release notes
Open source →- Provide oauth user to login event by @dcc-bjorn in https://github.com/DutchCodingCompany/filament-socialite/pull/88
-
1.4.012 Mar 2024Release notes
Open source →- Laravel 11 support by @dododedodonl in https://github.com/DutchCodingCompany/filament-socialite/pull/87
-
1.3.105 Mar 2024Release notes
Open source →- Add $provider as required by the callback by @phh in https://github.com/DutchCodingCompany/filament-socialite/pull/83
- Never use SPA mode for oauth links + spacing by @bert-w in https://github.com/DutchCodingCompany/filament-socialite/pull/85
-
1.3.001 Mar 2024Release notes
Open source →- Update CHANGELOG.md by @bramr94 in https://github.com/DutchCodingCompany/filament-socialite/pull/70
- Add socialite test by @bert-w in https://github.com/DutchCodingCompany/filament-socialite/pull/78
- Improve actions by @bert-w in https://github.com/DutchCodingCompany/filament-socialite/pull/79
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/DutchCodingCompany/filament-socialite/pull/51
- feature: allow socialite user model customization by @kykurniawan in https://github.com/DutchCodingCompany/filament-socialite/pull/72
- Add registration enabled callable by @bert-w in https://github.com/DutchCodingCompany/filament-socialite/pull/80
- Multi-tenancy support by @bramr94 in https://github.com/DutchCodingCompany/filament-socialite/pull/76
-
1.2.031 Jan 2024Release notes
Open source →- Add option to add optional parameters in https://github.com/DutchCodingCompany/filament-socialite/pull/69
-
v1.1.118 Jan 2024Release notes
Open source →- Improve domain routing in https://github.com/DutchCodingCompany/filament-socialite/pull/61
- Update README in https://github.com/DutchCodingCompany/filament-socialite/pull/64
-
1.1.008 Jan 2024Release notes
Open source →- Add button customization options in https://github.com/DutchCodingCompany/filament-socialite/pull/59
-
1.0.118 Dec 2023 -
1.0.005 Dec 2023Release notes
Open source →- Added support for Filament v3 through the plugin setup
- Added support for multiple panels
- See UPGRADE.md
-
0.2.603 Jul 2023Nothing published for this version
-
0.2.514 Mar 2023Nothing published for this version
-
0.2.407 Mar 2023Nothing published for this version
-
0.2.315 Nov 2022Nothing published for this version
-
0.2.214 Jun 2022Release notes
Open source →What's Changed
- Fix readme by @dododedodonl in https://github.com/DutchCodingCompany/filament-socialite/pull/15
- use Filament-fortify render hook by @wychoong in https://github.com/DutchCodingCompany/filament-socialite/pull/16
New Contributors
- @wychoong made their first contribution in https://github.com/DutchCodingCompany/filament-socialite/pull/16
Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.2.1...0.2.2
-
0.2.125 May 2022Nothing published for this version
-
0.2.024 May 2022Nothing published for this version
-
0.1.520 May 2022Nothing published for this version
-
0.1.406 May 2022Nothing published for this version
-
0.1.304 May 2022Nothing published for this version
-
0.1.203 May 2022Nothing published for this version
-
0.1.111 Apr 2022Nothing published for this version
-
0.1.008 Apr 2022Release notes
Open source →Initial Release
- Add social login links to login page
- Support Socialite OAuth flow
- Support registration flow
- Support domain allowlist for internal use
- Dark mode support
- Blade Font Awesome brand icons