Symfony 5 Authentication Tutorial Part 7 | Symfony Voters | Permission Based Access Control

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

КОМЕНТАРІ • 10

  • @Pille1842
    @Pille1842 2 роки тому +1

    Very nice video, only a minor nitpick: deleting an account should not be possible with a GET request, but only with POST (or DELETE) :-)

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

    Great movie :) I can see that you have focused on security, but that's good, because you should know such a component very well.

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

      Cheers Paweł...the series has turned out to be a lot longer than I expected..but it's a big subject! I'll be glad to have a change.

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

      @@GaryClarkeTech I would like to see an extensive series on symfony forms, including field types, nested forms, adding and removing items from a collection, etc.

  • @fred_00
    @fred_00 4 місяці тому

    How much different is Symphony 7 from Symphony 5 authentication?

    • @GaryClarkeTech
      @GaryClarkeTech  4 місяці тому

      Quite a lot different tbh...some fundamental changes to how it works

    • @fred_00
      @fred_00 4 місяці тому

      @@GaryClarkeTech Thank you. I am trying to follow your tutorial but I want to implement this authentication in symfony 7.

    • @GaryClarkeTech
      @GaryClarkeTech  4 місяці тому +1

      @@fred_00 Give Symfonycasts a look. There is a Symfony 6 course there which should work for Symfony 7. I think it should include auth.

    • @fred_00
      @fred_00 4 місяці тому

      @@GaryClarkeTech thank you so much