Symfony2 authentication via 3rd Party REST API
问题 I'm writing an application using Symfony2 which will interface with the Wordnik REST API. Currently, the Wordnik API does not offer OAuth capabilities, so I have to accept a username and password which I'll then transparently pass to the API interface. I'd like to integrate this API authentication into Symfony2's security system, but so far I haven't been able to identify what the best implementation route is. I don't think the custom user provider is correct, because the password is not