Sanyam Khurana

Results 123 comments of Sanyam Khurana

@SepehrHasanabadi I think it won't be possible for me to test. But can you integrate the package with a django project and do a test that this backend works?

@SepehrHasanabadi I just updated your branch with the latest code that we have. Can you please take a look at the failing tests? Once they pass, please check that you...

There is no need to ask. You can go ahead and take a stab at it. It looks like no one else is working on it at the moment.

What are the advantages of supporting phonenumberslite? phonenumbers is there because we wanted to validate phone_numbers and not to have those validations handled in this library.

Thanks for the input. I agree. There are two things here, The first is making the backend dependencies optional depending on which SMS backend developer opts for. I will cover...

Transactional SMS needs to be white-labeled with SMS providers first. When you have that done, you would send most of these providers with an attribute indicating that you intend to...

Hi @bhuiyanmobasshir94 Can you please post the traceback and steps to reproduce it here?

Hi @uditvashisht We've the default endpoints listed in: https://github.com/CuriousLearner/django-phone-verify/blob/master/phone_verify/docs/api_endpoints.md You can check the source here: https://github.com/CuriousLearner/django-phone-verify/blob/master/phone_verify/api.py#L13 You can override the `verify` viewset to register a user if the `OTP` and...

Here are the updated docs on usage: https://github.com/CuriousLearner/django-phone-verify/blob/master/docs/usage.rst Does that solve your problem, @uditvashisht ?

I'm marking this issue resolved via #9 If you feel these docs can be improved, or if you've any more questions, please feel free to open a new issue. Thank...