Oct
16
Symfony HTTP Authentication Filter
Filed Under PHP, Security, Symfony | 7 Comments
Every so often I need to password protect a web project so that only other developers or the client can access the site. I could build a user authentication system into the project itself, but that’d be overkill considering it won’t be used during the production life of the site. This leaves the [...]
