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.
Enterprise Vue > Lesson 64

Creating the user model

With Vue Auth now installed and set up, we can use it to manage the user's authentication state.

The first step in implementing that is to create a login form for the user to provide their credentials. This component here, LoginForm.vue is what I've partially setup for this purpose.

Now, the way we're managing state in this app is via Vuex ORM, so in order to create this form we're going to need a new Vuex ORM model.


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