Is it possible to use dual authentication with symfony2?
Users should be able to authenticate themselves with facebook and my own system.
I've read the documentation, and I know that there is the FacebookBundle with I can authenticate a user with facebook, but I don't know how to combinate the two.
Thanks, Davis