Handling OAuth Errors

@error('socialstream')
$errors->get('socialstream');
session('errors')?->get('socialstream');Last updated

@error('socialstream')
$errors->get('socialstream');
session('errors')?->get('socialstream');Last updated
public function boot(): void
{
Socialstream::handlesOAuthCallbackErrorsUsing(CustomOauthCallbackHandler::class);
}