Reputation: 375
Am triying to build a mobile(android) version of my PHP/Symfony application. I need to build an authentication system on the mobile device. There is an intuitive method, that lies on sending a post http request with the data entered by the user and then use shared preferences. Till now, everything may be good, but I was wondering about all the user profile/permissions stuff.
Is there any one that could help me with some ideas or hints ?
Thanks in advance ;)
Upvotes: 2
Views: 659
Reputation: 10085
The FOSOAuthServerBundle let you implement very easy OAuth authentication for mobile apps.
Upvotes: 1