auth0/agent-skills▌
10 approved skills in this repository
auth0-vue
Frontend
Add authentication to Vue.js 3 single-page applications using @auth0/auth0-vue.
auth0-angular
Productivity
Add authentication to Angular applications using @auth0/auth0-angular.
auth0-express
Productivity
Add authentication to Express.js web applications using express-openid-connect.
auth0-mfa
Productivity
Add Multi-Factor Authentication to protect user accounts and require additional verification for sensitive operations.
auth0-migration
Productivity
Migrate users and authentication flows from existing auth providers to Auth0.
auth0-react-native
Frontend
Add authentication to React Native and Expo mobile applications using react-native-auth0.
auth0-react
Frontend
Authentication for React SPAs using Auth0 Universal Login with redirect-based flows. \n \n Supports React 16–19 with Vite or Create React App; wraps your app with Auth0Provider and exposes hooks like useAuth0() , loginWithRedirect() , and logout() \n Handles user sessions, access tokens, and profile data automatically; SDK manages secure token storage without manual localStorage handling \n Includes protected routes, API token injection, and error handling patterns documented in the integration
auth0-nextjs
Frontend
Add Auth0 authentication to Next.js apps with session management, protected routes, and middleware. \n \n Supports both App Router and Pages Router with automatic OAuth callback handling via /auth/login , /auth/logout , and /auth/callback endpoints \n Provides server-side session access through auth0.getSession() for Server Components and API routes, plus client-side useUser() hook for client components \n Requires middleware configuration ( middleware.ts for Next.js 15+, or proxy.ts for Next.js
auth0-quickstart
Frontend
Framework detection and Auth0 account setup router for nine JavaScript and backend frameworks. \n \n Detects your stack (React, Next.js, Vue, Nuxt, Angular, Express, Fastify, React Native) and routes to the correct framework-specific skill \n Provides Auth0 CLI installation and application creation commands for SPAs, regular web apps, and native apps \n Includes environment variable setup guides and common mistakes reference for each framework tier \n Covers migration patterns from Firebase, Cog
auth0-nuxt
Productivity
Server-side session authentication for Nuxt 3/4. NOT the same as @auth0/auth0-vue (client-side SPA).