I have implemented oAuth on my Symfony App with FosOAuthSeverBundle.
Now I want to use my existing user Repository on mongoDB and extend it to use authenticate user via a FOSOAuth Interface. Is there an interface and methods similar to this oAuth User Provider in this question: