drf-jwt-2fa icon indicating copy to clipboard operation
drf-jwt-2fa copied to clipboard

can we send a code to mobile no, by integrating any message deliver's, like twilio

Open vishwa8545 opened this issue 5 years ago • 1 comments

vishwa8545 avatar Mar 20 '19 15:03 vishwa8545

I am pretty sure you can just change the way the code is sent in the additional settings.

Function that sends the verification code to the user

'CODE_SENDER': 'drf_jwt_2fa.sending.send_verification_code_via_email',

smithmr avatar May 31 '19 17:05 smithmr