twilio / authy-devise

Authy Devise plugin to add Two-Factor Authentication
MIT License
201 stars 84 forks source link

Update authy gem and ensure use of library methods #123

Closed philnash closed 4 years ago

philnash commented 4 years ago

Getting the onetouch status currently uses Authy::API.get_request instead of Authy::API.approval_request_status.

This gem shouldn't need to know what URLs to call in the API, it should do everything through the gem.

We should update the gem version to ensure this method is available and replace usage of get_request anywhere it is used.