I am trying to find a framework for user login:
- Easy to implement / maintain.
- Easy to use simple if statement to check if user is registered
- The user remains turned on from page to page, and the framework processes everything that
- It has social login features, at least for Facebook, but also Twitter, Wordpress, etc.
- It integrates easily with MySQL, and I can add additional "profile" fields without dealing with the infrastructure.
Advantages - Has a social login for tumblr? - Easy sharing buttons, etc.
I have already opened Gigya, LoginRadius , OneAll and Janrain. The problem is that they have terrible documentation, and I'm really not sure that I should integrate them into my own authentication / session system or if it should take care of this for me.
Thank you very much
source
share