-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Description
Hello, everyone! I have a problem with sms auth using Twilio. That's my settings:
PASSWORDLESS_AUTH = {
'PASSWORDLESS_AUTH_TYPES': ['MOBILE'],
'PASSWORDLESS_MOBILE_NOREPLY_NUMBER': 'secret',
'PASSWORDLESS_USER_MARK_MOBILE_VERIFIED': True,
}
And .env:
TWILIO_ACCOUNT_SID=secret
TWILIO_AUTH_TOKEN=secret
The problem is this error message (requesting /auth/mobile/):
{
"detail": "Unable to send you a login code. Try again later."
}
Can you help me? I really upset about it. I don't think there is a problem with my Twilio credentials, because I have ho problem with this creds in console.
taime, srajith and Sandhya-headrun
Metadata
Metadata
Assignees
Labels
No labels