An app requires two-factor authentication, meaning that the user needs to provide a password and enter a code that is sent to their phone to log in. The developer wants to keep this two-factor authentication in place after the app is launched, but it makes testing the app very time-consuming. What is the BEST solution to this problem?
(1 point)
Responses
Only require one form of authentication for app users.
Only require one form of authentication for app users.
Comment out the code implementing the authentication during the test.
Comment out the code implementing the authentication during the test.
Write a script to deactivate the authentication after a user logs in.
Write a script to deactivate the authentication after a user logs in.
Hard-code the authentication protocols to require only a password.
1 answer
Write a script to deactivate the authentication after a user logs in.