We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use SMS sender of another service. for example: smsc.ru
The text was updated successfully, but these errors were encountered:
did you find a way to do this?
Sorry, something went wrong.
not
I have just seen this after comment on issue #95 ,
This is possible by mentioning a specific function in configuration, just replace the below value to your function name and it will work
'PASSWORDLESS_SMS_CALLBACK': 'drfpasswordless.utils.send_sms_with_callback_token'
for example in my project with app named testapp in views.py my customized function named send_sms_code then my value would be:
'PASSWORDLESS_SMS_CALLBACK': 'testapp.views.send_sms_code'
@bigfat130397 answer is correct. I tried it and it worked
No branches or pull requests
I want to use SMS sender of another service.
for example: smsc.ru
The text was updated successfully, but these errors were encountered: