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.