In this lesson, create the server side route for logging in via email and password with Nuxt Auth Utils. Utilize the verifyPassword function provided by the library to compare the user’s plain text password to the hashed password stored in the database.