All notable changes to filament-socialite
will be documented in this file.
- Revert model property changes by @bert-w in #110
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #106
- Add new callback route for stateless OAuth flows by @bert-w in #105
- Improve Socialite driver typings + callable typings by @juliangums in #103
- @juliangums made their first contribution in #103
- Add Authorization Callback by @petecoop in #100
- Please check the revised README.md and UPGRADE.md! Many functions have been renamed.
- Refactor package for better consistency with Filament code standards #90
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #89
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #91
- Compatible with Stateless Authentication by @LittleHans8 in #96
- Provide oauth user to login event by @dcc-bjorn in #88
- Laravel 11 support by @dododedodonl in #87
- Add $provider as required by the callback by @phh in #83
- Never use SPA mode for oauth links + spacing by @bert-w in #85
- Update CHANGELOG.md by @bramr94 in #70
- Add socialite test by @bert-w in #78
- Improve actions by @bert-w in #79
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #51
- feature: allow socialite user model customization by @kykurniawan in #72
- Add registration enabled callable by @bert-w in #80
- Multi-tenancy support by @bramr94 in #76
- Add option to add optional parameters in #69
- Add button customization options in #59
- Resolve plugin registration issue #54
- Added support for Filament v3 through the plugin setup
- Added support for multiple panels
- See UPGRADE.md
- @wychoong made their first contribution in #16
Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.2.1...0.2.2
- Fix user model instantiating by @marcoboers in #14
Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.2.0...0.2.1
Events\DomainFailed
renamed toEvents\UserNotAllowed
Events\RegistrationFailed
renamed toEvents\RegistrationNotEnabled
- Refactor the controller for extendability and customization by @dododedodonl in #13
- @dododedodonl made their first contribution in #13
Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.1.5...0.2.0
- Fix missing variable for registered event by @marcoboers in #11
Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.1.4...0.1.5
- Feature: Adds buttons blade component by @oyepez003 in #8
- Feature: Add login events dispatching by @marcoboers in #5
Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.1.3...0.1.4
- Bugfix: Avoid returning 403 when a user exists based on the oauth-email . by @oyepez003 in #7
- @oyepez003 made their first contribution in #7
Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.1.2...0.1.3
- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in #2
- Add Laravel 8 support and make fontawesome icons optional by @marcoboers in #4
- @marcoboers made their first contribution in #4
Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.1.1...0.1.2
- Fix registration flow
- 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