aaronn / django-rest-framework-passwordless

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

Cannot generate a token for the new user. #90

Closed BSiddharth closed 3 years ago

BSiddharth commented 3 years ago

I get the otp in my email but when i try to verify instead of getting the token I get this error {"non_field_errors":["Invalid user alias parameters provided."]}. But a user has been created as I can see in the admin but there is no token generated