Hi, For Rest web services in particular, or more generally any URL your application may serve, authentication (identifying a remote user) and authorization (decide wether this user can access this URL / resource or perform a given action) are configured in the security bundle (usually in app/config/security.yml).
See http://symfony.com/doc/current/book/security.html for more details. Romain Geissler Le 28 août 2012 à 10:00, Saad Fikri a écrit : > Hi. > > I have a web service with Rest and i want to secure it, how can i do this? > > i want to let few people who can consume it. > > thx > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
