标签: mongodb symfony oauth
我已经使用FosOAuthSeverBundle在我的Symfony应用程序上实现了oAuth。
现在我想在mongoDB上使用我现有的用户存储库并将其扩展为通过FOSOAuth接口使用身份验证用户。在此问题中是否存在与此oAuth用户提供程序类似的接口和方法:
How can I write a user provider for HWIOAuthBundle