Two-factor authentication is a way of adding a layer of security to an application. So in addition to providing the standard email and password combination when logging in, users will be required to provide an additional authentication code before they are logged in.
In this course, we cover how to implement two-factor authentication in AdonisJS using authenticator apps like Google Authenticator and Authy.