django-rest-framework-passwordless
django-rest-framework-passwordless copied to clipboard
Passwordless Auth for Django REST Framework
Thanks for creating this amazing library! I just noticed that when I was trying to use this library. I was getting an error which said that I cannot send messages...
I think this is important feature. Consider a scenario where the user wants to verify his number but he didn't receive code over SMS. Shouldn't there be a resend code...
Instead of having the user manually write the token, is it possible to send a one time token accessible via URL? When the user clicks the link, it automatically follows...
Currently only Twilio is supported as SMS provider. Added option to support multiple providers such plivo, getlead.
When /auth/mobile/ is invoked, there are two types of failure cases: 1) SMS sending fails because the user has entered an invalid or non-supported phone number (e.g. country codes that...
Hi Aaronn, Thank you for the great project. I am interested in having the emailed token within a URL. This will mean a user will only have to click on...
@aaronn Added small test for #7
Hi. Thank you for this great repository. It helped me a lot. I think adding a logout API would be useful. I can create a pull request for that if...
I previously integrated ios app with django passwordless. On submiting the app for review they are asking a demo account from which they can login without having to enter the...