Laravel 8 Google Auth
Kaynak: https://codyrigg.medium.com/how-to-add-a-google-login-using-socialite-on-laravel-8-with-jetstream-6153581e7dc9#:~:text=Click%20Create%20Credentials%20%2D%3E%20Oauth%20Client,%2Fauth%2Fgoogle%2Fcallback. How to Add a Google Login using Socialite on Laravel 8 with Jetstream Starting a laravel 8 application with jetstream and then passing the login to Google shouldn’t be hard. There should be a github out that there where’s someone’s already done that, that you can just clone and go from there. I didn’t find one, so I made one with a little help from here: https://www.nicesnippets.com/blog/laravel-8-socialite-login-with-google-gmail-account Unfortunately, the instructions left me unable to login with google because of the teams in jetstream, so I had to code a decent bit more. Without further ado, here’s the github: https://github.com/codyrigg/socialite-google-laravel8 If you want to do this yourself, here’s how I did it. Start by installing Laravel 8. composer create-project