17. User Interface and Services Layer - More Pieces to the VueJS/Auth0 Project Puzzle

Опубликовано: 16 Октябрь 2024
на канале: Dedicated Managers
883
23

In this video I show how our VueJS javascript application gets the data to populate the interface from a service layer. I discuss that a token is received upon authentication with Auth0 and that token is then passed to the services layer. The services layer then verifies that token before returning the data to the user.

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/...