Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to extend AuthenticationListener, used by standart authentication system in Symfony2.1, for using cookies for authentication: member_id and pass_hash (pass hashed by my own PasswordEncoder). But i don't want to rewrite all Authentication process only for authentication by custom cookies.

How to specify only my AuthentificationListener, without writing my ows AuthentificationProvoder, Token and so on?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.