Is there a method for me to correctly use a user's phone number as a login/authenticate mechanism in Django? Till date I've used Django's in built auth system so I've never come across such a requirement.
However, now that I have, I can't seem to make any progress apart from figuring out that I'd have to use a One Time Password mechanism on sign up to authenticate.