Check this out.
Jul 29, 2020
6
Level 3
Github login redirect to localhost ssl problem
I would like to implement Github login via Socialite package https://laravel.com/docs/5.8/socialite for Laravel 5.8. Login works fine but redirect callback throws me an error: GuzzleHttp\Exception\RequestException cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
Redirect url is set in Github application like http://localhost:8000/github/login/callback
How to get an user data on localhost?
Level 75
Please or to participate in this conversation.