Nuxt Auth Utils: Secure, Simple, and Flexible Logins

Watch this course for FREE this weekend only.
Create an account to start watching.

or

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.