TeleSign / php_telesign_enterprise

The Telesign PHP SDK lets you easily integrate with our REST API.
MIT License
5 stars 5 forks source link

Verify API for mutlifactor authentication #6

Open abdalasif opened 1 month ago

abdalasif commented 1 month ago

The verify for multi-factor authentication needs to be added in sdk

adohertyTS commented 3 weeks ago

Hi @abdalasif , I believe this SDK (Telesign PHP Full-service SDK), already has a class you can use to send an SMS OTP for multi-factor authentication. You can find a tutorial explaining how to use it for that here: https://developer.telesign.com/enterprise/docs/sms-verify-api-tutorial-send-one-time-passcode-with-telesign-php-sdk

Does that help you to proceed with your use case?

abdalasif commented 3 weeks ago

@adohertyTS This SDK does not uses the TeleSign new VERIFY API

adohertyTS commented 2 weeks ago

@abdalasif That's true, it uses the older SMS Verify API. We do plan to add support for the new Verify API, but we don't have a specific date planned for that work yet.