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

When adding this library on Angular 13 (~13.3.0), I get this compilation error: ``` ./node_modules/@abacritt/angularx-social-login/fesm2015/abacritt-angularx-social-login.mjs - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/src/babel/webpack-loader.js): TypeError: Cannot create property 'message' on string 'C:\Users\shkar\src\peshbrke-panel\node_modules\@abacritt\angularx-social-login\fesm2015\abacritt-angularx-social-login.mjs:...

Upon successful authorization, an error occurs when decoding the token Error in function decodeJwt: `Uncaught DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly...

### Discussed in https://github.com/abacritt/angularx-social-login/discussions/569 Originally posted by **shamusschubert** August 9, 2022 The flow is very odd to me. When I first load the app, I get the Google login popup...

I have an issue with . Its placed in component which opens in dialog, first time its ok, but when I open dialog second time, it shows only icon. Please...

I have multiple modules (hierarchy) within the application. AppModule (as part of Route[]) imports AuthModule. ` export const appRoutes: Route[] = [ { path: '', children: [ { path: 'auth',...

### Discussed in https://github.com/abacritt/angularx-social-login/discussions/566 Originally posted by **shamusschubert** August 9, 2022 The demos always say to add the login widget to the app.component.html but most applications (mine at least) use...

### Discussed in https://github.com/abacritt/angularx-social-login/discussions/569 Originally posted by **shamusschubert** August 9, 2022 The flow is very odd to me. When I first load the app, I get the Google login popup...

When I am trying to run project I get this error ./node_modules/@abacritt/angularx-social-login/fesm2020/abacritt-angularx-social-login.mjs:449:37-41 - Error: export 'take' (imported as 'take') was not found in 'rxjs' (possible exports: ArgumentOutOfRangeError, AsyncSubject, BehaviorSubject, ConnectableObservable,...

Hey, I found a solution that worked for me. Inside **app.module.ts** you have to add the following code in your _providers:_ ``` providers: [ { id: GoogleLoginProvider.PROVIDER_ID, provider: new GoogleLoginProvider(...

### Discussed in https://github.com/abacritt/angularx-social-login/discussions/566 Originally posted by **shamusschubert** August 9, 2022 The demos always say to add the login widget to the app.component.html but most applications (mine at least) use...