I have inherited the user model to form the PublicUser model. While using the social auth, the user table is populated but I need an instance of PublicUser to be created. Is there any way that I can change the default user model to Inherited user model?
I have inherited the user model to form the PublicUser model. While using the social auth, the user table is populated but I need an instance of PublicUser to be created. Is there any way that I can change the default user model to Inherited user model?