14 skills
Adds authentication to native Android apps using the Auth0 SDK. Supports Web Auth login/logout, biometric-protected credentials, secure token storage, passwordless login, and MFA. Works with both Kotl
Adds authentication to Angular apps using the @auth0/auth0-angular SDK. Handles login/logout flows, route guards, HTTP interceptors for attaching tokens, and user profile access through observables. W
Adds JWT access token validation to ASP.NET Core Web APIs using Auth0. It handles bearer token authentication, scope and permission checks, and supports DPoP proof-of-possession token binding. Works w
Adds session-based authentication to Express.js apps using the express-openid-connect SDK. It wires up login, logout, and callback routes automatically, and provides middleware for protecting specific
Adds session-based authentication to Fastify web applications using the @auth0/auth0-fastify SDK. It registers login, logout, and callback routes automatically, and provides helpers to check sessions,
Secures Fastify API endpoints with JWT Bearer token validation through Auth0. It registers as a Fastify plugin and provides route-level middleware for verifying access tokens and checking scopes or pe
Adds Multi-Factor Authentication to Auth0-powered apps. Covers TOTP, SMS, email, push notifications, WebAuthn/passkeys, and step-up verification for sensitive operations. Also handles adaptive MFA bas
Guides migration of users and authentication flows from existing providers like Firebase, Cognito, Supabase, or Clerk to Auth0. Covers bulk user import, gradual migration strategies, code migration pa
Adds authentication to Next.js apps using the @auth0/nextjs-auth0 SDK. Handles login, logout, session management, and protected routes for both App Router and Pages Router. It generates the correct Au
Adds Auth0 authentication to Nuxt 3/4 apps using server-side encrypted cookie sessions. Handles login flows, route protection, session management, and API access token retrieval through the @auth0/aut
Detects your project's framework (React, Next.js, Vue, Nuxt, Angular, Express, Fastify, React Native) and walks you through Auth0 setup, from account creation to SDK integration. It picks the right Au
Adds authentication to React single-page applications using the @auth0/auth0-react SDK. Handles login, logout, user sessions, protected routes, and API token management for apps built with Vite or Cre
Adds authentication to React Native and Expo mobile apps using the react-native-auth0 SDK. Handles login, logout, token management, and biometric auth with native deep linking on both iOS and Android.
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