twilio / authy-php

A PHP client for Authy
245 stars 87 forks source link

verifyToken remove unsetting "force" option #54

Closed lodev09 closed 5 years ago

lodev09 commented 6 years ago

The previous code says to delete the force option when it's present. It will make that option useless and forcing all request to force => true if omitted by default.