Tag: symfony authentication

  • How does login and authentication work in Symfony 5.*

    How does login and authentication work in Symfony 5.*

    This is basically just my notes at this time and what I have found. I’ll keep adding to it over time. I can never, ever for the life of me remember how this complicated BS works. To learn that see the links section. Here is an excellent article about the files involved, the process etc. […]

  • Links and resources about Symfony firewall and authentication system

    One thing you will want to do is view your current security settings to do so you use this command. php bin/console debug:config security Old symfony cookbook security entry – This is an ancient link to nearly the very beginning of symfony. This explains the mechanics of the Symfony security system if you are like […]