Replies: 2 comments 1 reply
-
Did you find a solution for that problem? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I found the solution of the problem: https://youtu.be/G4BBNq1tgwE |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've just upgraded my Angular 14 project from version 4.1.0 of angularx-social-login to the latest, 1.2.5.
I've noticed that in the old version you could refresh the browser and change the URL in the address bar and subscribing to the SocialAuthService.authState would return the logged in SocialUser object. In the latest version the SocialUser object returned is null and the authentication process is performed.
Can I ask if this is the expected behaviour now?
Beta Was this translation helpful? Give feedback.
All reactions