We don’t allow questions seeking recommendations for books, tools, software 开发者_运维知识库libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI've scanned through the symfony books available on the symfony site and googled (although not extensively) but can't find any useful information on securing a symfony site and locking down access to only allow authenticated users.
I'm new to PHP and symfony so I'm looking for something that doesn't assume too much prior knowledge, a tutorial would be perfect.
Please can anyone provide any links to things I might find useful?
Thanks Ben
You can use the sfGuardPlugin that is the official plugin for autentication and authorization. Check the Jobeet Example that explains how to use it with doctrine.
精彩评论