In this video give an overview of the project components that will be a primer for rapidly creating an application with user authentication. Vue JS will be used to creat the base Single Page Application (SPA) javascript front-end framework. Auth0 will be plugged into the system for rapid user authentication set-up. The SPA won't need to implement user management (ie password recovery, email address changes, etc) as that will all be handled by Auth0. I briefly mention Vue's new cli (command line interface) tool Vue Cli 3. Additionially the project will use Vuex and Vue Router as part of the authentication integration.
This video is part of a playlist:
• VueJS Authentication with Auth0 - Usi...
I didn't commit to the repository for each video, but the final code can be found on the Dedicated Managers GitHub public repository:
https://github.com/DedicatedManagers/...