aaronn / django-rest-framework-passwordless

Passwordless Auth for Django REST Framework
MIT License
717 stars 155 forks source link

Multiple User Types and Custom Fields #80

Open DUMBALINYOLO opened 3 years ago

DUMBALINYOLO commented 3 years ago

This is a great Library that solves one of my problems when it come to multiple user types. I am interested in knowing if I can override the serializers for user creation and have custom views and still have all other features. For I have a multiple user types system which uses proxy models to create users based on their types and would like to merge with this beautiful work you put forward. Thanks in adavnce

bigfat130397 commented 2 years ago

Hi, just checking is there a workaround or solution for this? Since different user types would need to have different flow of registration on my application so I am looking on how to achieve this.