7 Register new User | Vue Authentication with Laravel

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

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

  • @tonyxhepaofficial
    @tonyxhepaofficial  Год назад +4

    Register new User | Vue Authentication with Laravel

    • @AllanGathecha
      @AllanGathecha Год назад

      Hi, i am facing an issue while login because its redirecting to dashboard. with a 404 plus the user is not even written to the Database

  • @kctienganh
    @kctienganh 3 месяца назад

    Thank you for this helpful tutorial! ❤

  • @iondonos6377
    @iondonos6377 9 месяцев назад

    A common problem which might happen to a viewer who is following the series in one go is that the sessions are not managed properly. If you will try to register you will get 302 status because of the middleware "guest". That's happening because you are already logged. A temporary solution is to comment out the middleware

  • @Nicanorhl
    @Nicanorhl Год назад +3

    thank for this tutorial, help me in this error when registering ----> message: "CSRF token mismatch.", exception: "Symfony\Component\HttpKernel\Exception\HttpException"

  • @Pdjelso
    @Pdjelso Год назад

    Thanks for this tutorial. I think you can use *reactive* instead of *ref*, because ref is often for primitive types and reactive is for objects. Moreover, it would be easier to use it as a parameter, after the url

  • @Pdjelso
    @Pdjelso Год назад

    I wish that the Nxt video talk about roles and permission. Thx

  • @MohamedHassan-pj2cl
    @MohamedHassan-pj2cl 4 месяца назад

    Did you create the laravel api in this course or it was already prepared before?

  • @kai.nquyenx
    @kai.nquyenx Год назад

    I have an error when I register as a user. why i submit the form it quest GET localhost:8000/home while my Vue path is localhost:5173?

  • @arsalanparallelsolution9872
    @arsalanparallelsolution9872 Год назад

    Hi, i am facing an issue while login because its redirecting to dashboard.

    • @AllanGathecha
      @AllanGathecha Год назад

      Mine Also, did you find a solution to that?

    • @florenciobritez5521
      @florenciobritez5521 Год назад

      In the RouteServiceProvider file located at app/Providers, I change the attribute Home value from 'dashboard' to '/' and it worked fine.