function-templates
function-templates copied to clipboard
Add new template for TOTP with SMS fallback
Description
A new template to combine TOTP with SMS/WhatsApp channels for fallback. Live demo here: https://totp-sms-fallback-4958-dev.twil.io/index.html
Checklist
- [x] I ran
npm testlocally and it passed without errors. - [x] I acknowledge that all my contributions will be made under the project's license.
Related issues
sounds good @dkundel will work on the e2e tests!
@dkundel @philnash I added some cypress tests (verify-totp-sms/cypress/integration/tests.js) - I'm not done yet but can I get a WIP review of what I've done to make sure I'm on the right track?
@dkundel finally getting back to this - got some solid coverage for cypress testing in place. LMK if it's good to merge!