PackageTrack
Sign in Get early access

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 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 40
  1. 3.2.1 14 Apr 2026
    Release notes

    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

    Open source →
  2. 3.2.0 19 Mar 2026
    Release notes

    What's Changed

    • Add return type declarations to migration methods by @phh in #149
    • Support for laravel 13 #150

    Full Changelog: 3.1.0...3.2.0

    Open source →
  3. 3.1.0 19 Jan 2026
    Release notes

    What's Changed

    Full Changelog: 3.0.1...3.1.0

    Open source →
  4. 3.0.1 16 Dec 2025
    Release notes

    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_users tables. Please consider adding the constraint in a separate migration yourself

    New Contributors

    Full Changelog: 3.0.0...3.0.1

    Open source →
  5. 3.0.0 11 Aug 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 2.4.0...3.0.0

    Open source →
    Release notes
    • Tag major version
    • BREAKING CHANGE: Implement fix for slug issue https://github.com/DutchCodingCompany/filament-socialite/issues/127
      The package now uses path instead of id as 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
      )
      
    Open source →
  6. 3.0.0-beta3 18 Jul 2025 pre-release
    Release notes

    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 uses path instead of id as 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

    Open source →
  7. 3.0.0-beta2 23 Jun 2025 pre-release

    Nothing published for this version

  8. 3.0.0-beta1 05 Jun 2025 pre-release

    Nothing published for this version

  9. 3.0.0-alpha1 no date pre-release

    Nothing published for this version

  10. 2.4.0 25 Feb 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 2.3.1...2.4.0

    Open source →
  11. 2.3.1 06 Feb 2025

    Nothing published for this version

  12. 2.3.0 29 Nov 2024

    Nothing published for this version

  13. 2.2.1 17 Jul 2024

    Nothing published for this version

  14. 2.2.0 15 Jul 2024

    Nothing published for this version

  15. 2.1.1 21 Jun 2024

    Nothing published for this version

  16. 2.1.0 21 Jun 2024
    Release notes
    • Add Authorization Callback by @petecoop in https://github.com/DutchCodingCompany/filament-socialite/pull/100
    Open source →
  17. 2.0.0 04 Jun 2024
    Release notes
    • 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
    Open source →
  18. 1.5.0 04 Jun 2024
    Release notes
    • 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
    Open source →
  19. 1.4.1 20 Mar 2024
    Release notes
    • Provide oauth user to login event by @dcc-bjorn in https://github.com/DutchCodingCompany/filament-socialite/pull/88
    Open source →
  20. 1.4.0 12 Mar 2024
    Release notes
    • Laravel 11 support by @dododedodonl in https://github.com/DutchCodingCompany/filament-socialite/pull/87
    Open source →
  21. 1.3.1 05 Mar 2024
    Release notes
    • 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
    Open source →
  22. 1.3.0 01 Mar 2024
    Release notes
    • 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
    Open source →
  23. 1.2.0 31 Jan 2024
    Release notes
    • Add option to add optional parameters in https://github.com/DutchCodingCompany/filament-socialite/pull/69
    Open source →
  24. v1.1.1 18 Jan 2024
    Release notes
    • Improve domain routing in https://github.com/DutchCodingCompany/filament-socialite/pull/61
    • Update README in https://github.com/DutchCodingCompany/filament-socialite/pull/64
    Open source →
  25. 1.1.0 08 Jan 2024
    Release notes
    • Add button customization options in https://github.com/DutchCodingCompany/filament-socialite/pull/59
    Open source →
  26. 1.0.1 18 Dec 2023
    Release notes
    • Resolve plugin registration issue #54
    Open source →
  27. 1.0.0 05 Dec 2023
    Release notes
    • Added support for Filament v3 through the plugin setup
    • Added support for multiple panels
    • See UPGRADE.md
    Open source →
  28. 0.2.6 03 Jul 2023

    Nothing published for this version

  29. 0.2.5 14 Mar 2023

    Nothing published for this version

  30. 0.2.4 07 Mar 2023

    Nothing published for this version

  31. 0.2.3 15 Nov 2022

    Nothing published for this version

  32. 0.2.2 14 Jun 2022
    Release notes

    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

    Open source →
  33. 0.2.1 25 May 2022

    Nothing published for this version

  34. 0.2.0 24 May 2022

    Nothing published for this version

  35. 0.1.5 20 May 2022

    Nothing published for this version

  36. 0.1.4 06 May 2022

    Nothing published for this version

  37. 0.1.3 04 May 2022

    Nothing published for this version

  38. 0.1.2 03 May 2022

    Nothing published for this version

  39. 0.1.1 11 Apr 2022

    Nothing published for this version

  40. 0.1.0 08 Apr 2022
    Release notes

    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
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive