Hey, I'm the Laravelist-beginner. Your tutorial was really helpful mate. Thanks. Could you please create example how can I add OAuth and pick user email and save user credentials so I can use it in my app to send emails without re-authorisation every time ?
I am a beginner and The main thing is you also tell about how to create oAuth accout and that was the point where I was stuck. Really Really Helpful man thanks❤️
Good video and really helpful... Thanks a lot, but I have a question regarding why does sometimes we need to face consent page and sometimes not. Why does in your video there is no consent page at all? Thanks again in advance
Hello sir! I have tried as you do in this video, but I use vuejs for frontend, then I use api to do it. But when I click on login, I receive this error: ... has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request. Please help me
i got Target Class [GoogleAuthController] does not exist error, would you know how to fix that? i did step by step with your video but i noticed i don't have auth.php file in routes
Hi, I have tried as u did in the video but met a error regarding the certificate of the website. This is the error code i received. cURL error 60: SSL certificate problem: unable to get local issuer certificate. Do u have any idea how to i solve this? Thank you~
Thank you for the video really helpfull. But when i'm trying to login with an existing user that already created via the google button i get an error. It can't be connected
@@takneekicode bro i got new problem can you help me again, i tried everything but it keep showing this error when i tried to log in "something wrongSQLSTATE[HY000]: General error: 1364 Field 'password' doesn't have a default value"
Log out will work with a simple Auth::logout($user), i don't have to add it because that has been already added in the AuthSessionController class with the help of breeze auth...
Hey, I'm the Laravelist-beginner. Your tutorial was really helpful mate. Thanks. Could you please create example how can I add OAuth and pick user email and save user credentials so I can use it in my app to send emails without re-authorisation every time ?
I finally found the solution after searching for so many days. I am giving u a like and subscribe. Thank you.
Glad I could help
Thanks a million bro. From Nigeria.
Glad it helped
Man, a great thanks from France. Your explanations are clear and concise. Have a good one !
Grateful ❤️
Thanks a lot! Great explanation! I got it right the first time!
Welcome ❤️
Thank you sir! that is very excellent and wonderful tutorial.Excited about the way Facebook works.
I am glad to hear that ❤
Thank you so much 😊 from 🇹🇭
Welcome 🌹
A big THANK YOU!!! Perfect solution and very nice tutorial. Liked and subscribed
I am a beginner and The main thing is you also tell about how to create oAuth accout and that was the point where I was stuck.
Really Really Helpful man thanks❤️
Great Work👍Very helpful and well-explained.
Thanks sir. ❤
Thanks Bro form 🇮🇩
My pleasure brother, glad to see you here. I will be always here to help.
Thank you for this video
Always welcome ❤️
very helpful, Love form UK🥰
it's your love 💕
Well explained 👌🏻 really helpful.
cool, thanks!
Very good!
Thanks
hi, no matter what i do, i get the error Laravel\Socialite\Two\InvalidStateException, what do you think is the problem?
when i click on login with google it throws this error
Trying to access array offset on value of type null , do you know how to fix this ?
Good video and really helpful... Thanks a lot, but I have a question regarding why does sometimes we need to face consent page and sometimes not. Why does in your video there is no consent page at all? Thanks again in advance
Tysm ❤
Hello sir!
I have tried as you do in this video, but I use vuejs for frontend, then I use api to do it. But when I click on login, I receive this error: ... has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request.
Please help me
I didn't cover vue js in this video
Thank you!
👍🏻
i got Target Class [GoogleAuthController] does not exist error, would you know how to fix that? i did step by step with your video but i noticed i don't have auth.php file in routes
nvm, fixed it already, hadn't linked up all paths
Great
👍🏻
Hi, I have tried as u did in the video but met a error regarding the certificate of the website. This is the error code i received. cURL error 60: SSL certificate problem: unable to get local issuer certificate. Do u have any idea how to i solve this? Thank you~
Try again
Thank you for the video really helpfull. But when i'm trying to login with an existing user that already created via the google button i get an error. It can't be connected
I solve the issue. It was because we try to get the google_id in the database however the google_id is still null after we create the user.
dd will always helpful
@@jacotinvilken8449 google id bende de boş çözümü yok mu ?
great!
thanks!
welcome 😊
thanks a lot!
thanks
i got this error "Session store not set on request.", do you know why?
thanks love
Glad I could help ❤️
❤❤❤
20:12 what extentions do you use to help on that part? thanks before
I only use laravel socialite and then integrate it
Mine keeps going back to the login screen after trying to sign in with google, what could be the problem
bro can you help me why it force me to fill the username and password first instead of login to my google account?
Make it nullable
@@takneekicode bro i got new problem can you help me again, i tried everything but it keep showing this error when i tried to log in "something wrongSQLSTATE[HY000]: General error: 1364 Field 'password' doesn't have a default value"
Is it support for laravel 9 and use with Fortify lib?
Yes it is supported but I suggest you to use laravel 8 with PHP 7.4 or something because most of the libraries support php 7 or 7.4.
Thank! But and how does logout work? Is not the same thing..
Log out will work with a simple Auth::logout($user), i don't have to add it because that has been already added in the AuthSessionController class with the help of breeze auth...
the same code on my laravel project but its show me 403 forbidden error
Plz follow all steps
I did EXACTLY as your tutorial is saying and .... no success :(
Not sure why.
bro do i need to make the table on mysql first?
Yes offcourse
bro what extensions did you use at 13:22 Socialite
i do exactly what u do but it redirect to the homepage and also google id is empty in database
Hello Sir, please check again or try to read the docs maybe something is missing.
Did you resolve the issue? I am facing the same issue too!
@@alainhonorekubwayo8819 I'm facing an error when new user sign in
@@poxntgaming Actually, you need to add google_id to the protected $fillable array in your User model. That's how I resolved it. Hope this helps.
Yes you are right for storing data without seeding you need to add every field to fillable or $guarded. This is called mass assignment in laravel orm.
thanks
My pleasure.
May I request a tutorial on how to do this with a microsoft account?
okay dear
Error aa raha hai bro 404 not found same code likha hu to bhi se
php artisan migrate fresh deleted all my datas thanks
🤣🤣
😂
is it possible to use the same method for firebase?
yes
thanks
is it possible to use the same method for firebase?