Module introduction
Now that we have endpoints on our API for registering a user, logging in and logging out, let's give our users access to those features by adding authentication to our client app.
In this module, we're going to be doing exactly that with the help of a very handy Vue.js library called Vue Auth.
Click to load comments...