angularx-social-login icon indicating copy to clipboard operation
angularx-social-login copied to clipboard

Social login and authentication module for Angular 17

Results 81 angularx-social-login issues
Sort by recently updated
recently updated
newest added

I have installed version1.2.0. As soon as hit the login button it says Uncaught (in promise): Login provider not found. App Module - ``` @NgModule({ declarations: [AppComponent], imports: [ BrowserModule,...

wontfix

Currently, the fix for https://github.com/abacritt/angularx-social-login/issues/489, was to update to the newest Google Authentication mechanism, which seems to be working, but we are forced to have further steps when signing in,...

enhancement
help_wanted

I am using Firefox and have some add blockers installed which block Facebook. The interesting thing is that while Facebook login is added to the configuration, Google sign in does...

wontfix

The signin() method for the MicrosoftLoginProvider does include the options argument. This prevents using custom scopes from begin defined at sign in. https://github.com/abacritt/angularx-social-login/blob/c2f648a510a978b635bed1ec1f4003a911cb4e19/projects/lib/src/providers/microsoft-login-provider.ts#L206

bug
help_wanted
willfix

# Description: Would be good to have opportunity to laod login providers SDKs after some moment to prevent loading of login providers cookies before this moment. Will try to add...

enhancement
help_wanted
willfix

HI I am using social Login i am getting error after chrome update this.socialAuthService.signIn(GoogleLoginProvider.PROVIDER_ID).then( (user: SocialUser) => { // logic }

wontfix

Callbacks never get executed when privacy badger is installed. It must be disabled to work properly. Anyone find a workaround for this issue?

wontfix

When i call the social login using angularx-social-login it will pop in new window.. i want to open it in current tab. could you please help me out?

willfix

{"error":"idpiframe_initialization_failed","details":"Cookies are not enabled in current environment."}

bug
willfix

All of a sudden Google social sign on is not working for today after previously working I am seeing a 401 in the browser network tab against a POST request...