thraizz / blog-comments

Comments for my blog :)
https://lakur.tech
0 stars 0 forks source link

blog/2024/06/25/building-2fa-form-in-react-using-sms-verification/ #8

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

Building a Two-Factor Authentication Form in React Using SMS Verification

A step-by-step guide to building a Two-Factor Authentication (2FA) form in React using SMS for verification, highlighting the use of react-hook-form and the autoComplete="one-time-code" attribute.

https://aronschueler.de/blog/2024/06/25/building-2fa-form-in-react-using-sms-verification/

dreamy32 commented 1 month ago

Thanks for sharing this! I ran into some issues when trying it out on my end. Just wanted to check if you've had a chance to test it?

thraizz commented 1 month ago

Thanks for sharing this! I ran into some issues when trying it out on my end. Just wanted to check if you've had a chance to test it?

It should have worked like this but I modifed the example to be clearer and added a StackBlitz example. Thanks for reading!