After connecting a 3rd party account (by same email) and logging in then changing the email, the account can no longer be accessed by that connected account (because the emails are different)
Expected behavior
Logging in with the connected account should find the associated user (no need to check for the email again)
Please check the commit to see a suggested solution. There is a commit message to note that this suggestion is not a complete solution but rather opens up another question as to how to perceive a connected account (basically as a passport to the jetstream account itself)
Stack
Jetstream – Vue with Inertia
Package Version
^6.0
Laravel Version
v11.0.3
Livewire Version
No response
react Version
No response
Vue Version
No response
PHP Version
8.3.4
Problem description
After connecting a 3rd party account (by same email) and logging in then changing the email, the account can no longer be accessed by that connected account (because the emails are different)
Expected behavior
Logging in with the connected account should find the associated user (no need to check for the email again)
Steps to reproduce
Reproduction repository
https://github.com/mystyq/socialstream
Relevant log output