sabyasachibiswal / angular5-social-login

Social authentication module for Angular 5. Includes Facebook and Google login with AOT compatibility.
40 stars 74 forks source link

Having problems using this with a guard.. #32

Closed jegjessing closed 4 months ago

jegjessing commented 5 years ago

Did something like: this.socialAuthService.authState.forEach(function (status) { console.log(status); if (status && status.email) { console.log(status.email); loggedIn = true; } }); in canActivate, but status is null even though I have logged in