Symfony Basic API Http Authentication
- by Daniel Hertz
Can someone point me in the right direction in regards to making an api use basic http authentication?
I am creating a restful api with symfony but would like to require users to be logged in to get certain data. I would also like many of these methods be dependent on the the username in the authentication process in order to get some of the data (using the username from the credentials to get all of a users friends)
Thanks!