Auth0
38 skills

Auth0 Agent Skills

checked 4d ago
Add login and user sessions to your Express app
Wires up Auth0 with express-openid-connect to handle login, logout, and route protection. Generates boilerplate config and middleware so you don't build auth from scratch.
Engineering / code-reviewatomicfor-engineers
·260
checked 4d ago
Add Auth0 login to an Angular app
Wires Auth0 into an Angular SPA with working route guards and HTTP interceptors, so protected endpoints check a valid token before executing.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Lock down your ASP.NET API with token auth
Configures JWT Bearer token validation and permission checks on your API endpoints using Auth0, so only the right frontend or mobile app can call them.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Run Auth0 commands without looking up docs
Knows every Auth0 CLI command for apps, users, roles, and orgs. Builds the right incantation with flags and JSON output, then explains what it does.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Lock down a FastAPI endpoint with Auth0
Adds JWT Bearer token validation and scope checks to FastAPI routes using Auth0. Handles token binding and permission enforcement without rolling your own security logic.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Add login and sessions to a Fastify app
Wires Auth0 into a Fastify server with login redirects, session cookies, and protected routes. Handles logout and user context automatically.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Plan your switch to Auth0 without losing users
Maps your current auth system (Firebase, Cognito, Supabase, Clerk), sketches a phased migration plan, generates code patterns for JWT updates, and outlines bulk import steps.
Engineering / planning-thinkingatomicfor-engineers
·260
checked 4d ago
Wire up Auth0 login to a .NET iOS app
Integrates Auth0 into a .NET iOS project with native login via ASWebAuthenticationSession, token refresh, and user profile fetch. Handles PKCE flow automatically.
Engineering / planning-thinkingatomicfor-engineers
·260
checked 4d ago
Lock down PHP API endpoints with OAuth tokens
Adds Auth0 JWT validation to your PHP API routes—checks bearer tokens, verifies permissions, and enforces scopes without storing session state.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Add login and user sessions to a React app
Wires Auth0 into your React app with login, logout, session management, and route protection. Works with Vite or Create React App out of the box.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Lock down a Fastify API with token auth
Adds Auth0 JWT validation to Fastify endpoints. Checks bearer tokens, enforces scopes, and gates routes without custom auth code.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Wire Auth0 login into your Vue app
Scaffolds Auth0 setup in a Vue 3 app: SDK installation, provider config, protected routes, login/logout flows, and session management without boilerplate.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Add login and user profiles to your Flask app
Integrates Auth0 into a Flask app with login/logout flows, user profiles, and session management. Handles the callback routing and token lifecycle so you don't repeat boilerplate.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Build a branded login screen in minutes
Generates a full Auth0 ACUL login page with your brand colors, logos, social logins, and chosen auth flows. Works with React or vanilla JavaScript.
Engineering / code-reviewatomicfor-engineers
·260
checked 4d ago
Wire Auth0 into your Ionic React app
Scaffolds Auth0 login/logout with Capacitor deep linking for native iOS and Android. Includes user profile fetch, token refresh, and session persistence.
Engineering / planning-thinkingatomicfor-engineers
·260
checked 4d ago
Add passwordless login to an Android app
Integrates Auth0 authentication into a Kotlin or Java Android project, with biometric unlock and multi-factor support baked in. Uses the native auth0-android SDK.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Wire Auth0 login into your Ionic Vue app
Connects Auth0 authentication to an Ionic Vue project with native iOS and Android deep linking baked in. Handles login, logout, and user profile display without boilerplate.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Make your Auth0 login page match your brand
Updates your Auth0 Universal Login page—colors, logo, fonts, layout, copy—to match your website or brand guidelines without touching code.
Design / craft-polishatomicfor-designers
·260
checked 4d ago
Fix a stuck Auth0 custom domain setup
Diagnoses Auth0 custom-domain errors (400/403/404/409/429) and walks you through DNS, certificate, and account-tier fixes without making you read the API docs.
Engineering / debugging-investigationatomicfor-engineers
·260
checked 4d ago
Add Auth0 login to an Ionic Angular app
Wires Auth0 into your Ionic Angular codebase with Capacitor, handling native iOS/Android deep links, login flows, logout, and user profile queries out of the box.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Add Auth0 login to a .NET MAUI app
Scaffolds Auth0 integration into a .NET MAUI project across iOS, Android, macOS, and Windows with login, logout, token refresh, and user profile reading.
Engineering / planning-thinkingatomicfor-engineers
·260
checked 4d ago
Add Auth0 login to your WinForms app
Scaffolds Auth0 integration into a Windows Forms desktop app, handling login, logout, token refresh, and user profile retrieval without boilerplate.
Engineering / code-reviewatomicfor-engineers
·260
checked 4d ago
Lock down user accounts with multi-factor auth
Adds MFA (TOTP, SMS, push, passkeys) to an Auth0 setup. Includes risk-based triggers and step-up verification for sensitive operations, meeting HIPAA and PCI compliance needs.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Add Auth0 login to a .NET Android app
Integrates the Auth0.OidcClient.AndroidX NuGet package into your .NET Android codebase, wiring up system-browser login, token refresh, and user profile fetching with PKCE.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Secure a Spring Boot API with Auth0 tokens
Adds JWT validation and scope-based access control to a Spring Boot REST API using the Auth0 SDK. Handles bearer tokens from frontends and mobile apps.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Add Auth0 login to a WPF desktop app
Scaffolds Auth0 authentication into a WPF application with login, logout, token refresh, and user profile retrieval using the Auth0.OidcClient.WPF NuGet package.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Lock down your Node API with Auth0 JWTs
Adds middleware to an Express API that validates Auth0 tokens, enforces scopes per route, and checks claims — protecting endpoints without writing auth code yourself.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Wire Auth0 login into your Nuxt app
Scaffolds Auth0 session setup, protected routes, and API token handling for Nuxt 3/4 using the official SDK — includes composables, middleware patterns, and security defaults.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Add Auth0 login to a React Native app
Configures Auth0 authentication in a React Native or Expo app with biometric unlock, deep linking, and the react-native-auth0 SDK already wired in.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Add login to a vanilla JavaScript app
Integrates Auth0's SPA SDK into any framework-agnostic single-page app, wiring up login/logout flows and token handling without requiring framework-specific boilerplate.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Lock down a Go API endpoint with JWT tokens
Adds JWT Bearer token validation and scope checks to a Go HTTP endpoint. Rejects unsigned or expired tokens, verifies permissions, and handles proof-of-possession flows without writing auth logic.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Add login and protected pages to your Next.js app
Scaffolds Auth0 setup in Next.js with login flows, logout, protected routes, and middleware—works with both App and Pages Router via the official SDK.
Engineering / planning-thinkingfor-engineerslight-setup
·260
checked 4d ago
Wire up Auth0 login to a PHP app
Adds Auth0 session-based login, logout, and profile endpoints to a PHP web app. Handles the OAuth flow, token storage, and user context in $_SESSION.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Add Auth0 login to your Apple app
Integrates the Auth0.swift SDK into your iOS, macOS, or visionOS codebase with Web Auth, credential caching, and biometric unlock—no manual token handling.
Engineering / code-reviewatomicfor-engineers
·260
checked 4d ago
Add login and user profiles to an ASP.NET app
Wires Auth0 into an ASP.NET Core MVC, Razor Pages, or Blazor Server app with cookie-based auth, handling login redirects, callbacks, profile retrieval, and logout in a few lines.
Engineering / workflow-sprint-structureatomicfor-engineers
·260
checked 4d ago
Add login and user sessions to a React Native app
Wires Auth0 into an Expo project with biometric support, token refresh, and protected routes. Handles the iOS and Android build config so you don't have to.
Engineering / pipelines-dataatomicfor-engineers
·260
checked 4d ago
Add Auth0 login to a Java web app
Scaffolds Auth0 integration into a Java servlet app with login/logout flows, session handling, and callback routes. Handles the boilerplate so you wire in your own routes.
Engineering / workflow-sprint-structurefor-engineersatomic
·260
checked 4d ago
Wire up login to your app in minutes
Detects your tech stack (React, Next.js, Vue, Node, FastAPI, etc.), provisions an Auth0 tenant if needed, and walks you through the exact SDK setup for your framework.
Engineering / pipelines-dataatomicfor-engineers
·260