function-templates icon indicating copy to clipboard operation
function-templates copied to clipboard

Add new template for TOTP with SMS fallback

Open robinske opened this issue 3 years ago • 2 comments

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 test locally and it passed without errors.
  • [x] I acknowledge that all my contributions will be made under the project's license.

Related issues

robinske avatar Aug 09 '22 15:08 robinske

sounds good @dkundel will work on the e2e tests!

robinske avatar Aug 09 '22 20:08 robinske

@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?

robinske avatar Sep 02 '22 17:09 robinske

@dkundel finally getting back to this - got some solid coverage for cypress testing in place. LMK if it's good to merge!

robinske avatar Oct 17 '22 19:10 robinske