sabyasachibiswal / angular5-social-login

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

calling signout does nothing :-( #31

Closed jegjessing closed 4 months ago

jegjessing commented 5 years ago

All values are still saved and I'm not asked to choose account after executing signout

sebastiangug commented 5 years ago

@jegjessing have you found a solution to this?

jegjessing commented 5 years ago

Nope, gave up and are currently not using it

sebastiangug commented 5 years ago

It's generally not a big issue regarding implementation -- it's just that whoever made this package hasn't given anyone the possibility of adjusting any kind of settings at all.

All you have to do is add a url parameter to prompt consent... I think I'll fork it later and add that possibility.

sammysium commented 5 years ago

@michaelbats any update on that please? I am stuck as i cant sign out

sebastiangug commented 5 years ago

@sammysium we have to stop using half-assed packages that have no chance of doing what they promise, I think it's best you implement each social login separately using the official SDK, both google and microsoft ones are straightforward to use and have types for everything, so using it with typescript will be a breeze.