Hey all, we recently released a new Velo Package - 2-Factor Authentication, which allows you to integrate with Twilio and use 2-factor Authentication to verify the identity of a site member logging in to your site. You can also see it in action in this live example.
What are Velo Packages? Find out everything you need to know at the Velo Packages article. Let us hear what you think!
I'm darn close to getting this to work, frustratingly close. Have followed all the instructions (Twilio account and Secrets, code example in Lightbox - multistate , backend modules, Twilio NPM etc),and have 2FA text messages arriving on my phone and get the following message on the console logs - "'Registration initialization complete" BUT the the RegisterLogin lightbox closes.
I don't get the ability to enter my 2FA confirmation code into the expanded input boxes... In summary Auth SMS is sent, 'Registration initialization complete' (line 220 from init-page.js) is logged in the console, and the Lightbox closes with no member or registration of the member details or the ability to enter a confirmation code.
No other errors are logged on the console or page/ Lightbox.
Thoughts or other experiences or ideas?
PS - Related issue I am sure, when I try to login, with a bad username and password, the Lightbox closes upon hitting submitLoginButton and I get the following console message "'Components validation complete'". But no other indications or errors.