Hi every:
I've been reading this "Action Security" but I can't find what I'm looking for. 
Any here know if is possible use credentials for secure a entire module or 
application (backend)? For now my modules are small, at least 20 actions, but 
they are growing up and really faster: I use sfGuard for ACL but this one just 
allow me define users, roles and functions (maybe some near to credentials). 
Then following the actions mentioned before I define some credentials in 
security.yml file as follow:

ListarAutores:
  is_secure: on
  credentials: [mostrar]
AdicionarAutor:
  is_secure: on
  credentials: [[administrar, editar]]

Now is simple but when I hold 50 actions per class this job could be tedious, 
don't you think?
Cheers and thanks in advance
Ing. Reynier Pérez Mira
Grupo Soporte al Desarrollo - Dirección Técnica IP 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to