i'm building "one single page" app with laravel v5.5.32 and i'm using Socialite with jquery Ajax to retrieve user's data from Linkedin to prefill subscription form but i'm running into CORS preflight OPTIONS request.
i installed Barryvdh laravel-cors to handle CORS request but it seems not working and i'm still getting error.
i already opened an issue
i appreciate any help.