Loading
Current section: Managed Sessions 6 exercises
Problem

Improving Login and Signup Flows with Session Management

Loading exercise

Transcript

00:00 All right, in this step, we're going to be able to log in. And so right now, that's not exactly working quite right. And so we need to actually update the login and the signup flows so that you can properly log in with a session instead of relying on user IDs. So that is your task in this one.

00:19 You're going to be updating both of these routes as well as the auth server to finally rename that variable from user ID key to session ID key. So have a good time with that. We'll see you when you're done.