Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Java library should I use for authentication through Facebook, Gmail, local auth, etc.?

Which Java library do you recommend to implement authentication in a Java web app (just servlets & JSPs)? We want to offer the most common authentication providers (Facebook, Yahoo, Gmail, etc.) and also local account registration.

I have found SocialAuth but it looks pretty new and I don't know if there are better alternatives. In addition, it looks like SocialAuth will request access to users contacts which I don't need and could annoy our users.

Thanks!

like image 714
Óscar Avatar asked Dec 14 '10 16:12

Óscar


1 Answers

You can checkout the newer version of SocialAuth, u can set the level of permissions to be asked from the users.

like image 181
helloworld Avatar answered Nov 05 '22 03:11

helloworld