Вопрос

I'm learning how to develop with Symfony2 and I would like to create a RESTful Oauth server (No a Oauth client for Facebook,twitter etc...). I saw FOSOAuthServerBundle but it doesn't look like a Oauth provider... Could you recommend me a good bundle for that?

Это было полезно?

Решение

The best oAuth server provider I used id for symfony2 is FOSOAuthServerBundle. It will provide all Oauth functionality for you. The configuration is little bit tricky,

This blog will help you to configure the oAuth Server by using FOSOAuthServerBundle .

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top