merged branch fabpot/security (PR #356)
Commits ------- 18868114 tweaked some docs 6a0f05dd tweaked docs 43134580 updated vendors 12867093 moved security to the dev requirements 320a268e updated the changelog 2b711bc0 added support for the Symfony Security component Discussion ---------- added support for the Symfony Security component Some few things are not (yet) configurable, but this extension should cover most common needs and then some more. It is actually as powerful as the support we have in the Symfony full-stack framework. --------------------------------------------------------------------------- by davedevelopment at 2012-06-13T08:30:42Z This is awesome. Not only can I throw away my sketchy implementation, I can see all the things I did wrong! Cheers @fabpot!
Showing
... | @@ -23,6 +23,7 @@ | ... | @@ -23,6 +23,7 @@ |
"symfony/routing": "2.1.*" | "symfony/routing": "2.1.*" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"symfony/security": "2.1.*", | |||
"symfony/form": "2.1.*", | "symfony/form": "2.1.*", | ||
"monolog/monolog": ">=1.0.0", | "monolog/monolog": ">=1.0.0", | ||
"symfony/browser-kit": "2.1.*", | "symfony/browser-kit": "2.1.*", | ||
... | ... |
doc/providers/security.rst
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment