Тёмный
No video :(

Laravel Vue SPA Issue Tracker part 22: vue socialite flow 

Programming with Peter
Подписаться 1,6 тыс.
Просмотров 3,5 тыс.
50% 1

Today on our laravel vue spa issue tracker we are going to add the front-end flow on logging in with socialite github provider.
Laravel Vue SPA PLAYLIST: • Laravel Vue SPA Issue ...

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 36   
@hishamwolley617
@hishamwolley617 3 года назад
you my friend just earned a subscriber been facing the cors blocked issue then you came along, many thanks!
@ProgrammingwithPeter
@ProgrammingwithPeter 3 года назад
Glad that I could help you!
@andreipreda9860
@andreipreda9860 3 года назад
Mersi bro, am rezolvat ce problema aveam ✌️
@thienngo2953
@thienngo2953 2 года назад
You save my day!! Thank you so much
@hamzaikram6211
@hamzaikram6211 Год назад
Thank you 💖
@TheNerdyDev
@TheNerdyDev 4 года назад
Hey buddy. Got the notification for the video. Definitely will check out this already bookmarked the playlist. I will definitely check this one out maybe I need Laravel for some projects.
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
Hey, thanks for checking it out! Waiting for your vue series!
@TheNerdyDev
@TheNerdyDev 4 года назад
@@ProgrammingwithPeter Yeah will work on that.Sometimes time does not permit you to create , work load especially. But side by side I do prepare for the videos 😂
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
Indeed, I have the same issues too, but I plan to change that!
@dmitrysmaliak849
@dmitrysmaliak849 2 года назад
U a fucking genius!!!! Thanks!!!!!!!!!!!!
@houiderwalid5842
@houiderwalid5842 3 года назад
what can I say, thank you so much.
@tonymyersnz
@tonymyersnz 3 года назад
Hey there, I'm running into a cors issue when trying to access the User model on the callback, any clues to why?
@kmata53
@kmata53 4 года назад
Did Peter commit today's work? Yes.
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
You are so late :(
@user-dt9sq1gn7s
@user-dt9sq1gn7s 4 года назад
nice,tutorial
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
Thank you!
@yennms5547
@yennms5547 3 года назад
PLEASE TELL ME, why does not a modal window of a social network appear during a redirect to confirm login through it?
@ProgrammingwithPeter
@ProgrammingwithPeter 3 года назад
Our implementation is different and having a modal for social login, depends on the provider. Socialite gives as a redirect url and mostly that's how it should work in order to be secure.
@phpisdead
@phpisdead 2 года назад
this guy alive?
@ProgrammingwithPeter
@ProgrammingwithPeter 2 года назад
Yes, still alive. Just that I dont have the time anymore to create videos:(
@sthaweechat
@sthaweechat 4 года назад
Can you preview the adminlte or vuetify theme administrators? I don't understand this. If you can make it look vicious, it will be great.
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
I didn't choose any template, this would be the "client" side, because each user will have a dashboard, just that the cards would be different from the one that the admin has. If you have a vuetify free template that you want us to use, link it, we can use it in here if it helps you.
@AshishKashyap-zq8ws
@AshishKashyap-zq8ws 4 года назад
PETER is this series completed now ????
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
No, this is going to be long, but I will try to make it messier but more useful, like showing everything is needed for a Spa and api, even if it's not pretty or makes sense. After that the repetitive task can be made by each one of you.
@AshishKashyap-zq8ws
@AshishKashyap-zq8ws 4 года назад
@@ProgrammingwithPeter Ok Thank You for your reply
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
@@AshishKashyap-zq8ws anytime
@heshamadel1843
@heshamadel1843 4 года назад
Do you make verifications email or just reset password and socialite
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
I think this series doesn't have the verification email, we can do it tho,we have the column, we just need the function and update the login method to check if it's verified.
@heshamadel1843
@heshamadel1843 4 года назад
@@ProgrammingwithPeter you can explain it more. I try but nothing work with me
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
You know that laravel comes with all the code necessary for auth and email verification, on laravel 5.8 I think that verification mail was moved to a trait called MustVerifyMail, which gives you the functionality to send the account verification mail. I'm talking from what I remember, not everything is going to be exact. Mail verifications are basically, sending mail and after the user clicks, we should change the verified column on the users table. This is the same for both normal laravel apps or apis. If it's still unclear, i'm going to add this to my list of episodes, but not sure when I will do it.
@heshamadel1843
@heshamadel1843 4 года назад
@@ProgrammingwithPeter Everything in laravel it's worked when used postman i can send mail and activity user But when work in vue nothing worked Please add this in your list i will waiting this video and i hope do that ❤❤
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
@@heshamadel1843 OK, will add that too
@ahmadhassan807
@ahmadhassan807 4 года назад
what is the git link for this series?
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
I will give it in a few hours actually, totally forgot about it?!
@ahmadhassan807
@ahmadhassan807 4 года назад
@@ProgrammingwithPeter thanks
@ProgrammingwithPeter
@ProgrammingwithPeter 4 года назад
I will update all of the videos description later, but for now here are the links: github.com/mp27/laravel-vue-spa-issue-tracker-back-end , github.com/mp27/laravel-vue-spa-issue-tracker-front-end I'm going to change the readme too when I will have time, hopefully I can film the next episode today. The repos are going to be updated each time, it's still ongoing series!!
Далее
Laravel Vue SPA Issue Tracker part 23: Login bug fix
26:23
How He Got $600,000 Data Engineer Job
19:08
Просмотров 24 тыс.
Linus Torvalds On Future Of Desktop Linux
44:18
Просмотров 360 тыс.
I've been using Redis wrong this whole time...
20:53
Просмотров 353 тыс.
The Story of Next.js
12:13
Просмотров 565 тыс.