I am using Flask-Login in my application. I have been using it for one class (User) but in my new project I will have ProductOwner class and Customer class. Records of those classes will login but I couldn't figure out how to do it.
I found a similar question at Implementing Flask-Login with multiple User Classes page but it's solution is with roles.My two classes have different fields.
Can you please explain how should I do it ?
Thank you