I am using python social auth for django social authentication. I have written a custom pipeline for sending email. Everything works fine just at the section of sending email it gives me UserSocialAuth is not json serializable error.
Can anyone guide me why I am getting this error ? How to get rid of it ?