I am trying user PayPal OAuth login to authenticate users on my django system. I am getting a user_id
back but it does not match the user_id
that we got when the user previously logged in via PayPal. All the other details are the same so it is clearly the same account.
Has anyone else seen paypal user_id
changing over time?