Screens
Authentication - Done
2FA Modals - Done
overview this documentation outlines the implementation of two factor authentication (2fa) modals used within our application the modals support both authenticator app and sms based 2fa methods, allowing users to secure their accounts effectively this guide covers the html structure, dependencies, css styles, and javascript functionalities required for integrating these modals into your project 2fa authentication modal(s) description same page used for both with minor tweaks depending if 2fa is using and authenticator or sms (see notes in html) dependencies requires 2fa input js html two factor authentication please enter the verification code generated by your authenticator app please enter the verification code sent via sms to your phone it may take a minute to receive your code verification code need help? resend code 2fa sms setup description if the user has a verified phone number tied to their account, they can set up sms based two factor authentication (2fa) this process enhances account security by requiring a verification code sent via sms during login depedencies module global depenedency description intl tel input yes library for formating and validation phone input js yes handles phone input styling, formatting, and validation using intl tel input works with our custom classes and colors html two factor authentication verify your phone number and enter the code that will be sent to your phone to enable some countries do not support sms verification, so we recommend using a mobile app instead phone < div class="modal close button w embed"> script requires phone input js 2fa authenticator setup description the 2fa setup enhances account security by requiring a time sensitive code generated by an authenticator app (e g , google authenticator, microsoft authenticator, duo mobile, authy) the user will scan a qr code or manually input a secret key and then enter the app generated code for verification depedencies requires 2fa input js html two factor authentication enhance your account’s security by adding an extra layer of protection use a mobile or tablet device with an authentication app to generate secure codes download or open an authentication app, such as google authenticator, microsoft authenticator, duo mobile, or authy scan the qr code or manually enter the provided key enter the code generated by the app in the field below don’t want to use an app? authenticate via sms