Nuxt Auth Utils: Secure, Simple, and Flexible Logins
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Login a User via Email/Password with Nuxt Auth Utils

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.