Summary
Let's quickly summarize what you have learned in this chapter. First, you learned how to set up a Vuex store for authentication and practiced how to set up a module in the store, end to end. You then learned about auth guard, which protects the route. You also learned how to intercept outgoing HTTP requests, which helps automatically modify every header of your request. Lastly, you learned how to create a simple auto login for your users to improve their user experience.
In the next chapter, we will create some validations in our forms to give our users a better user experience when they're filling out forms.