-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
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
How to use other otp provider like - msg91 #95
Comments
@raghvpip3 were you able to get it working with Twilio? |
yes, its working, but I am curious this package will work with other OTP provider or only support for twilio? |
I was only able to get it to work with email |
This the config I used `PASSWORDLESS_AUTH = {
}` |
@jaymes15 i am getting the same error, can you share your configs? |
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' PASSWORDLESS_AUTH = {
} |
This is possible by mentioning a specific function in configuration, just replace the below value to your function name and it will work
for example in my project with app named testapp in views.py my customized function named send_sms_code then my value would be:
|
@bigfat130397 answer is correct |
How to use other OTP provider like - msg91
The text was updated successfully, but these errors were encountered: