Getting started with Laravel Fortify and Sanctum

Поділитися
Вставка
  • Опубліковано 18 вер 2024

КОМЕНТАРІ • 33

  • @EmileJobity
    @EmileJobity 2 роки тому

    Have a nice calm voice. Made listening to this easy

  • @robdorn420
    @robdorn420 3 роки тому +6

    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 Рік тому +1

      Might as well just have him code the whole project for you at that point lol

    • @ultimatepipsfrx
      @ultimatepipsfrx 9 місяців тому

      @@JamesAutoDude Vawulence Promax

  • @samuelkuma5752
    @samuelkuma5752 2 роки тому

    Thank you for being clear and concise.

  • @andrewang707
    @andrewang707 3 роки тому +1

    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?

  • @AliRaza-wq6nh
    @AliRaza-wq6nh 3 роки тому +2

    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.

  • @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!

  • @andamhamdan2600
    @andamhamdan2600 3 роки тому +1

    where the source code you get from login.blade and register.blade and auth.blade?

  • @javierr5845
    @javierr5845 3 роки тому +1

    Why did you change the middleware from api to web?

    • @kristiyan.zhelyazkov
      @kristiyan.zhelyazkov Рік тому

      because only web middleware uses session cookies (in that case the session is stored there)

  • @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!

  • @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.

  • @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?

  • @evelyn790
    @evelyn790 3 роки тому

    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!

  • @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.

  • @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?

  • @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?

  • @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

  • @mohammedzaid6634
    @mohammedzaid6634 3 роки тому

    what a great video and excellent explanation!

  • @raident29
    @raident29 8 місяців тому

    i have laracast, is the whole series available there?

  • @maverickchan9552
    @maverickchan9552 3 роки тому

    very clear thanks

  • @josuebarros-desenvolvedorw2490
    @josuebarros-desenvolvedorw2490 3 роки тому

    Your channel is awesome! What do you think about creating a simple LMS tutorial?

    • @aschmelyun
      @aschmelyun  3 роки тому +1

      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 ;)

  • @admbb0
    @admbb0 2 роки тому

    1:27 Laravel Breeze does not implement Fortify. Breeze is more like Laravel UI.

  • @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.