Phone Number Verification

Description of flags related to verifying phone numbers with Twilio

Note: All flags below are required in order for the phone number verification service to work properly. You'll need to setup an account with Twilio

Twilio Account SID

--twilio-account-sid

Type: String

Default: None

Twilio account SID (string id). Twilio is used for sending verification texts. See twilio documentation for more info.

Twilio Auth Token

--twilio-auth-token

Type: String

Default: None

Twilio authentication token. See twilio documentation for more info.

Twilio Verify Service ID

--twilio-verify-service-id

Type: String

Default: None

ID for a verify service configured within Twilio (used for verification texts)

Last updated