twilio / authy-ruby

**Deprecated** Ruby library to access the authy API
MIT License
156 stars 47 forks source link

Add options to phone verification #50

Closed Tolsee closed 5 years ago

Tolsee commented 5 years ago

Add options

Now available options

# options:
    #   :via (sms|call)
    #   :country_code Numeric calling country code of the country.
    #   :phone_number The persons phone number.
    #   :custom_code Pass along any generated custom code.
    #   :custom_message Custom Message.
    #   :code_length Length of code to be sent(4-10).
    #   :locale The language of the message received by user. 

Checklist

Tolsee commented 5 years ago

@weppos @sarcilav @dlackty Can you please let me know your thoughts on the PR. The failure is not due to the added code. I can send PR for that as well If you let me know the problem.

Tolsee commented 5 years ago

@senekis I have pushed the changes.