Laravel 8 custom authentication | part two

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • #Irebe Library.
    In this laravel 8 custom authentication, we will see how to protect profile page by applying middleware on profile route. and also use query builder way in order to get same results as using model way.
    Watch previous video: • Laravel 8 custom authe...

Комментарии • 23

  • @prosenbiswas75
    @prosenbiswas75 2 года назад +1

    Thank you for the great video. This can help many people who are new to Laravel.

  • @tseriesworld.
    @tseriesworld. 2 года назад +1

    Thanks a lot, dear it's a very informative and clear concept that every beginners can learn from theirs.

  • @rafiulkarim2873
    @rafiulkarim2873 3 года назад +6

    Sir, Your tutorials is so good. Anyone can understand easily as like a new comer. Now my expectation is , Please make a tutorial custom multiple authentication. Thanks a lot for this type of tutorial.

    • @sawastacks
      @sawastacks  3 года назад +1

      Hi Rafiul Karim,
      Thank you for your comment, we will create custom multiple authentication in our next videos.

  • @ayazahamed8254
    @ayazahamed8254 3 года назад +1

    Short and Well Explained Content.

  • @NicolasMartinez-el1mo
    @NicolasMartinez-el1mo 3 года назад +1

    pretty good...the best tutorials I've ever seen before

  • @ganztv3106
    @ganztv3106 3 года назад +2

    Thank you very much..I subscribed..solves everything in laravel..a power start for new comers and a review for advanced..keep it up and expecting more videos like this.

    • @sawastacks
      @sawastacks  3 года назад

      You're Welcome!, we will still making videos like this. thank you very much

  • @Johanneshdenny
    @Johanneshdenny 3 года назад +1

    Thank you for your tutorial. I am a newbie with Laravel and I had stuck for weeks about Authentication. I'm trying using Illuminate\Support\Facades\Auth; and call Auth::attempt() but always failed. My code didn't get error but I can't login with correct credentials I was input. But with your tutorial I can custom my auth and middleware easily. But I still curious about how to create Authentication with Auth method and custom guard and provider. I hope your next tutorial will about this topic. Sorry for my bad english, and thank you again sir

  • @Defaulttt
    @Defaulttt 3 года назад +2

    Thank you for all your hard work! I'm just wondering, how to redirect back to profile page once logged in by pressing back button from browser?

    • @sawastacks
      @sawastacks  3 года назад +2

      hi Justin. thank you for your comment.
      Soon we will upload video tutorial that will fix some errors we found in laravel 8 custom authentication video tutorial.

  • @oussamalachaal822
    @oussamalachaal822 3 года назад +1

    thanks this is so helpfull

  • @HawrazNawzad93
    @HawrazNawzad93 3 года назад

    thanks for your tutorials
    I have a problem at the end.
    When I want to login show me the same error {You must logged in
    }. I can't login.

  • @ajith1786
    @ajith1786 3 года назад

    hi very nicely explained. Thanks for the video. But I'm facing 2 problems after implementing 'AlreadyLoggedIn' middleware
    1. from login page when tried to navigate to register, it redirects to login. not able to use register.
    2. while in profile page when used back or forward button in browser there is no restriction.
    request to give solution for same. Thanks in advance!!!

  • @dayumnson9769
    @dayumnson9769 3 года назад

    great vid, thanks.
    But could you create a guide for a secure login? Like this if we change cookie we log in to accounts without giving any login or password.

  • @vishalsharmaicici
    @vishalsharmaicici 3 года назад

    nice dear kindly tell us how to add numeric captcha in login form

  • @jdd4622
    @jdd4622 3 года назад

    Please turn this code into multiple authentication, I'll be wating

    • @sawastacks
      @sawastacks  3 года назад

      Yes I'm going to make it.