0

I'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

BenCr
  • 5,991
  • 5
  • 44
  • 68

1 Answers1

0

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.

Pabloks
  • 1,484
  • 1
  • 14
  • 15
  • Thanks, I've had a bit of time to do more searching and found the sfDoctrineGuardPlugin as I'm working with that ORM – BenCr Mar 26 '11 at 11:51