Intro to Vue Auth
In this video, we'll be installing and setting up Vue Auth which is a simple, lightweight, authentication library for Vue.js.
It has four main features:
Firstly, it manages the authorization process, including the login, logout, and registration requests to the API.
Secondly, Vue Auth will manage the JSON web token, storing it when the user logs in or registers, and deleting it when they logout or it expires.
Click to load comments...