i want to add google oauth to my laravel project using socialite package. i create a project in google developer console with address
which is localhost. and for callback url i add this:
and i added the routes and functions to my project and authController. now when i hit the address
http:lvh.me:8000/login/google
it returns for me the error:
Error: redirect_uri_mismatch
The redirect URI in the request, https://lvh.me:8000/login/google/callback, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs
what am i doing wrong?