Auth0 Expo Integration
技能 已验证 活跃Use when adding authentication to Expo (React Native) mobile apps — login, logout, user sessions, protected routes, biometrics, or token management. Integrates react-native-auth0 SDK with Expo Config Plugin for native iOS/Android builds. Trigger for any Expo project needing Auth0, including app.json plugin config, custom scheme setup, or credential management. Do NOT use for bare React Native CLI projects (use auth0-react-native), React web apps (use auth0-react), Next.js (use auth0-nextjs), or backend APIs.
Seamlessly add secure Auth0 authentication to Expo React Native mobile applications, covering login, logout, user sessions, and token management.
功能
- Integrates react-native-auth0 SDK with Expo Config Plugin
- Supports automatic or manual Auth0 setup
- Guides through Expo dev client requirement and installation
- Provides detailed setup, integration, and troubleshooting documentation
- Handles native iOS/Android build configurations
使用场景
- Adding login and logout functionality to an Expo app
- Configuring Auth0 for a new Expo project
- Securing routes with user authentication in Expo
- Managing user sessions and tokens within an Expo app
非目标
- Integrating with bare React Native CLI projects
- Integrating with React web applications or Next.js
- Authenticating backend APIs
- Using Expo Go (requires development client)
工作流
- Check user prompt for existing Auth0 credentials
- Determine setup method (automatic via script or manual)
- Verify/install expo-dev-client
- Install react-native-auth0 SDK
- Configure app.json with Auth0 plugin and custom scheme
- Add Auth0Provider to the application
- Configure Auth0 Universal Login and callback URLs
- Build and verify the application integration
实践
- Authentication Integration
- Mobile Development Workflow
- Security Configuration
先决条件
- Expo SDK 53 or higher
- React 19 and React Native 0.78.0 or higher
- Node.js 20+
- Auth0 account with a Native application configured
- Not compatible with Expo Go
安装
/plugin install auth0@auth0-agent-skills质量评分
已验证类似扩展
Expo Expert
100Comprehensive Expo expert with access to complete official documentation covering React Native development, EAS Build, EAS Submit, EAS Update, Expo Router, Expo Modules API, configuration, deployment, and all platform features. Invoke when user mentions Expo, React Native, EAS, Expo Router, mobile app development, iOS/Android development, or cross-platform development.
Auth0 Express OAuth2 JWT Bearer
100Use when adding Auth0 token validation to Express or Node.js APIs - integrates express-oauth2-jwt-bearer SDK to protect Node.js API endpoints with JWT Bearer authentication, scope-based RBAC, claim validation, and optional DPoP support
Auth0 SPA JS Integration
100Use when adding authentication to Vanilla JS, Svelte, or any framework-agnostic single-page applications - integrates @auth0/auth0-spa-js SDK for SPAs without framework-specific wrappers
Auth0 Nuxt
100Use when implementing Auth0 authentication in Nuxt 3/4 applications, configuring session management, protecting routes with middleware, or integrating API access tokens - provides setup patterns, composable usage, and security best practices for the @auth0/auth0-nuxt SDK
Auth0 Next.js
100Use when adding authentication to Next.js applications (login, logout, protected pages, middleware, server components) - supports App Router and Pages Router with @auth0/nextjs-auth0 SDK.
Auth0 Java Mvc Common
100Use when adding Auth0 login, logout, and callback handling to Java Servlet web applications - integrates com.auth0:mvc-auth-commons SDK for server-side Java apps using javax.servlet with session-based authentication. Triggers on AuthenticationController, AuthorizeUrl, Tokens, IdentityVerificationException, Java MVC auth.