3pillarlabs / socialauth

Java Library for authentication, getting profile, contacts and updating status on Google, Yahoo, Facebook, Twitter, LinkedIn, and many more providers.
https://3pillarlabs.github.io/socialauth/
MIT License
249 stars 141 forks source link

Update CDI Component #97

Closed fischer1983 closed 7 years ago

fischer1983 commented 7 years ago

Hi,

I use the CDI component for authentication with Facebook and Google. However, I see that login method is using AuthProviderFactory class and that is deprecated. Then I suggest that it be updated to use SocialAuthManager class, as indicated in the class AuthProviderFactory documentation.

fischer1983 commented 7 years ago

SocialAuth.txt Here is to solution proposal.