Articles
Latest
More
Newsletter Sponsorship Discord About
Sign up for our Newsletter
The video for this lesson is currently being updated, please read the transcript instead.
Full-Stack Vue + Node > Lesson 65

Setting up the login form

We now have a User model for handling our form state, plus we've linked our login form inputs to the to this model.

Next, we need to handle the login form submission process where we'll use Vue Auth for the login API request.

You'll see I've stubbed a method on this component called submit which we can now complete. The part I've already defined is a validation check to ensure that the user has supplied valid data to the form.


Back to course page

Click to load comments...

Articles
  • Latest
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom