Setup & Installation
What This Skill Does
Adds authentication to Vue.js 3 single-page applications using the @auth0/auth0-vue SDK. Handles login, logout, user sessions, and protected routes through Auth0's Universal Login redirect flow. Works with both Vite and Vue CLI setups. The SDK wraps Auth0's SPA authentication into Vue 3 composables and a plugin, so you don't have to manage tokens, redirect callbacks, or session state yourself.
When to use it
- Working with auth0 vue functionality
- Implementing auth0 vue features
- Debugging auth0 vue related issues
