Resolving Users
Socialstream resolves users from Socialite using the following logic:
However, you may decide you want to customise this functionality. For example, you may decide to use the stateless
method to disable state verification. You may do this by updating the resolve
method in app/Actions/Socialstream/ResolveSocialiteUser.php
:
Last updated