- allow skipping verified email check by @niekbr in #27
Full Changelog: https://github.com/etsvThor/laravel-bifrost-bridge/compare/1.0.1...1.1.0
- Follow upgrade guide for laravel-data
- Drop support for laravel 9
- Drop support for
spatie/laravel-data
v3
- Support laravel 11
- Support spatie/laravel-data 4.0
- Support filament/notifications next to laracasts/flash
- Support PHP 8.3
- Upgrade to PHP 8.2
- Upgrade to Laravel 10
- Upgrade to v3 of spatie/data-transfer-objects
- Dropped support for Laravel 6.x
- Dropped support for PHP 7.4
- Dispatch
BifrostLogin
event on succesfull login
- Upgrade to Laravel 9
- Remove support for Laravel 7 (EOL)
- Upgrade to PHP 8
- Redirect to intended after login
- Bug fixed where user_id=1 did not exist
auto_assigned
boolean added to exclude syncing manual changes
- scope support
- remember me support
- bifrost socialite provider
- laravelpassport socialite provider
- Way to override user resolving
- Align multi e-email support with implemented version
- Update resolving of user to bridge object
- Only registers webhook when a push key is set
- ResolveUsersWithoutEmail from bridge object
- Multiple e-mail addresses support
- Notification is shown if the user is logged in locally when bifrost is disabled
- Fixed BindingResolutionException
- Fixed typo
- Initial release