Тёмный
No video :(

Getting started with Laravel Fortify and Sanctum 

Andrew Schmelyun
Подписаться 36 тыс.
Просмотров 20 тыс.
50% 1

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

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 33   
@EmileJobity
@EmileJobity 2 года назад
Have a nice calm voice. Made listening to this easy
@robdorn420
@robdorn420 3 года назад
Thank you again Andrew for a great video. Could you please make a video on a SPA solution with a Laravel backend and Vue frontend as separate Docker containers using Sanctum and docker-compose? That would be very helpful.
@JamesAutoDude
@JamesAutoDude Год назад
Might as well just have him code the whole project for you at that point lol
@ultimatepipsfrx
@ultimatepipsfrx 8 месяцев назад
@@JamesAutoDude Vawulence Promax
@samuelkuma5752
@samuelkuma5752 2 года назад
Thank you for being clear and concise.
@atiquechowdhury8910
@atiquechowdhury8910 3 года назад
Dude, you never cease to amaze. Thanks so much for making stuff for us little guys.
@aschmelyun
@aschmelyun 3 года назад
Thank you for watching and enjoying what I make!
@mohammedzaid6634
@mohammedzaid6634 3 года назад
what a great video and excellent explanation!
@AliRaza-wq6nh
@AliRaza-wq6nh 3 года назад
the problem is here fortify is not available with Lumen; my primary goal is to make the API, so should I go with Laravel + Fortify or Lumen ?
@aschmelyun
@aschmelyun 3 года назад
Me, personally, I'd go with Laravel + Fortify. Lumen is great for very simple APIs that you expect massive amounts of requests to. If you need any other features, it's usually a lot of work to add them to it, without a lot of benefit over just using the full Laravel framework.
@andrewang707
@andrewang707 2 года назад
Hi Andrew, if we change the middleware of all the API routes to `web` in the RouteServiceProvider file, would the future API calls from other devices (e.g. mobile) be affected? If we are going to change the middleware, why don't we just place all the route in the web.php routing file and prefix `/api/` to the route then?
@chesnelnicolas8079
@chesnelnicolas8079 3 года назад
Hello Andrew I can't find part 1 et 3 of your series. It would be nice to have the link in the description. Thank you for sharing your stuff it's amazing!
@maverickchan9552
@maverickchan9552 3 года назад
very clear thanks
@andamhamdan2600
@andamhamdan2600 3 года назад
where the source code you get from login.blade and register.blade and auth.blade?
@javierr5845
@javierr5845 3 года назад
Why did you change the middleware from api to web?
@kristiyan.zhelyazkov
@kristiyan.zhelyazkov 11 месяцев назад
because only web middleware uses session cookies (in that case the session is stored there)
@okhaeadeleye5313
@okhaeadeleye5313 Год назад
Hi thanks for the explanation but I tried your steps, but I kept getting CSRF token mismatch when I hit the login function for the SPIA. Not sure what I'm getting wrong
@okhaeadeleye5313
@okhaeadeleye5313 Год назад
It finally worked. Turns out, while trying things out and following all sorts of rabbit holes, I had added protected $middleware = [ \App\Http\Middleware\TrustHosts::class, \Illuminate\Session\Middleware\StartSession::class, .... ] in the Kernel.php. After removing them, it worked like a breeze. Jeez...took me over an hour.
@perfect.stealth
@perfect.stealth 2 года назад
Why make a SPA that is based in the same application, instead of decoupling it? The way i see it, this method might as well just use classic PHP authentication with Laravel Auth Please enlighten me if i am wrong
@evelyn790
@evelyn790 2 года назад
A small question, hopefully someone is able to guide me. I managed to register using my email without the .com part, where can we add the necessary checks so that a user will see an error if they fail to enter a correct email address? Thanks!
@sanjohn1753
@sanjohn1753 3 года назад
thank you for your video tutorial am wondering how can we update user information by method put vuejs?
@germanshvetsov3076
@germanshvetsov3076 3 года назад
Andrew, thanks for great guides. Сould you explain to me why we use for api web middleware? Is it because we are using session cookies? And when we use api middleware we use tokens?
@raident29
@raident29 7 месяцев назад
i have laracast, is the whole series available there?
@Lakuapik
@Lakuapik 3 года назад
thank you! do you have any suggestion on migrating laravel passport to sanctum? i use passport just for the auth:api with personal access token.
@thomaspotterdotexe
@thomaspotterdotexe 2 года назад
13:09 What if I didn't set it to false? Since I want to make an api for my mobile app and just web app with SPA in one project. Is that possible?
@bxrank
@bxrank 3 года назад
How to add prefix in default /login & /register api in laravel sanctum ? Ex. Default api are /login & /register I want /api/login & /api/register How to achieve this? Also in /user api i am getting many fields like id,name,email,created_date I just want name and email id How to do that?
@admbb0
@admbb0 Год назад
1:27 Laravel Breeze does not implement Fortify. Breeze is more like Laravel UI.
@josuebarros-desenvolvedorw2490
@josuebarros-desenvolvedorw2490 3 года назад
Your channel is awesome! What do you think about creating a simple LMS tutorial?
@aschmelyun
@aschmelyun 3 года назад
Good idea! That'll be a pretty big undertaking, even if I keep it simple, but I'll add it to my backlog of video ideas (so keep an eye out in the future!)
@josuebarros-desenvolvedorw2490
@josuebarros-desenvolvedorw2490 3 года назад
@@aschmelyun thanks for the reply bro! This project will be trendy I'm almost sure! Its pretty different than the other laravel tutorials right there ;)
@chrispanagapko
@chrispanagapko 3 года назад
What IDE/Editor are you using?
@aschmelyun
@aschmelyun 3 года назад
Hey Chris! I'm using PHPStorm with the Material Theme UI plugin set to the Atom One Dark color scheme.
@nyplace1
@nyplace1 3 года назад
I wish you would speak a bit less robotic, and less concise, you are talking to people who are trying to learn, elaborate on things, you have an amazing voice but you are not using it to its fullest. I still had to watch a foreign guy who barely speaks english after your video because he actually explained things in greater detail... i wish you would do the same.