twilio / authy-php

A PHP client for Authy
245 stars 87 forks source link

Support send_install_link in registerUser, update deleteUser to use latest API URL, support custom actions in verifyToken #49

Closed robinske closed 6 years ago

robinske commented 6 years ago

This fixes https://github.com/authy/authy-php/issues/48

lodev09 commented 6 years ago

commit from 1584d2f does not make sense.. Basically, it says that if the force key EXISTS, it is forcely removed. Is there any reason to do that?

Passing array('force' => 'true') will no longer work.

lodev09 commented 6 years ago

54