I have 4 types of users
Superuser
Customer
Staff User
Vendor
I problem which i face right now is only one type of user is authenticated using django authentication system at a particular moment.
How can i have multiple authentication systems for different types of users?