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.
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.