Hi All! I am about to almost finish my first project in symfony. The application is an extranet. Now I wonder if I have missed something important from configuration. I want to make the assets directory accessible only if the user is authenticated ($this->getUser()- >getAuthenticated).
My entire app extranet is configured in security.yml as follows: default: is_secure: off Only the login module overrides this. Is there a symfony way to configure the assets dir (or a subdirectory in it) to make them 'secure' in a similar way? Thank you in advance! Milena --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
