Ep36 - Laravel Fortify: Auth, Registration and Password Reset

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

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

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

    Any idea why do I get the following error when trying to POST on /forgot-password?
    I have created reset.password route.
    Status: 500 Internal Server Error. "message": "Trying to access array offset on value of type null"

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

      Every other feature, like register, login, logout works just fine, only /forgot-password route is giving me this problem

  • @josemarcialfriasmanon3227
    @josemarcialfriasmanon3227 2 года назад

    Ehy mate can we use this cookie base system in a separate front end using react(another domain) ?

  • @weradsaoud2018
    @weradsaoud2018 2 года назад

    thank you for your valuable videos
    I installed Fortify as in the video and made sure that routes are there using route:list, but I have a problem which is some times I get 404 from login ang register routes. It is like laravel cannot find those route. It can always find them after php artisan migrate:fresh. I searched a lot but I could not find why. Can you please help

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

      can't really help much without knowing your code structure :(

    • @weradsaoud2018
      @weradsaoud2018 2 года назад

      @@Acadeaio do not mind, the problem was that I was sending login requests from postman to login an already logged in user. thank you for your concern