Loading
Current section: Verify Two-Factor Authentication (2FA) 4 exercises
Problem

Two-Factor Authentication and Session Verification

Loading exercise

Transcript

00:00 For this step, you're gonna handle what happens when I say, Cody loves you, when I say log in. When I hit this button, it's going to create a session and your job is to put the session ID in the verification session storage in our verify session storage instead of the regular session storage

00:18 that manages the user authentication. And yeah, that's the part for this step. Of course, you only wanna do that if the user has two-factor authentication enabled, which this user does. So, that is your job for this exercise or for this step of the exercise and then we'll get into actually handling that verification. So, have fun.