My Personal Blog

It will be a short article on how to turn on HTTP Basic authentication in your Symfony project. The main task is to protect our API endpoint from outsiders and allow us to send requests only if you know the login/password. It should be only one client "in memory" without any external DB connections.

Published in Blog