Ok, now it's possible to get email using Twitter OAuth only for whitelisted apps: https://twittercom...
The same issue. Also tried with github using: Socialite::with('github')->scopes(['user:email'])-&...
Try this: $user = User::whereUsername($username)->first();
The Laravel portal for problem solving, knowledge sharing and community building.
The community