Pregunta

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?

¿Fue útil?

Solución

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 .

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top