Question

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?

Was it helpful?

Solution

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 .

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top