There will be an empty uid "" in UserSocialAuth record when GoogleOAuth2 failed to request user A 's profile. And this will lead into a big problem when another user B login with google account also with a empty uid. The user B will be logged in as user A because uid "" with provider "google-oauth2" is associated with user A. Does anybody encounter this problem?
There will be an empty uid
""
in UserSocialAuth record when GoogleOAuth2 failed to request user A 's profile. And this will lead into a big problem when another user B login with google account also with a empty uid. The user B will be logged in as user A because uid""
with provider"google-oauth2"
is associated with user A. Does anybody encounter this problem?