In this video I show how to complete the Auth0 login process using javascript in the VueJS framework. We use the Auth0 sdk in our Vuex global storage to parse the hash that Auth0 adds to the callback url after the user completes the login process on our tenant within Auth0.com. We then save the returned tokens to local storage (similar to cookies) and write functionality to detect them such that the app can determine if the user is logged in or not.
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/...
This video is part of a playlist:
• VueJS Authentication with Auth0 - Usi...