Django simple jwt login with OTP without password
i have a django-rest app , for auth system i need help .
i want to use JWT for auth (simple_jwt) but i was reading the doc , that i have find that i need to send the password and user to get the token to get login .
this is a problem because users dont have the password i'm going to use OTP code to login users
I have searched the google and looks like i must code a backend i dont want to make it complicated i want as simple as it can be , i searched and i find something like knox too do it can help me out ?