标签: php symfony fosuserbundle
我有一个带有FOSUserBundle的Symfony2。
如何为远程应用程序创建WebService的最佳方法?
有任何捆绑可以处理身份验证吗?
我正在考虑为API创建一个Controler,并使用https://github.com/FriendsOfSymfony/FOSUserBundle/issues/696检查login/password 那个好主意?
login/password
答案 0 :(得分:1)
然后您应该考虑使用FOSOAuthServerBundle。
以下是一些有关如何实施它的有用链接,