auth0-react-native
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Check callback URLs match configuration | | Login opens but doesn't return to app | Ensure deep linking is properly configured and tested | | Expo build fails | Run `npx expo prebuild` to generate native configuration | | iOS builds fail after pod install | Run `cd ios && pod deintegrate && pod install` | --- ## Security Considerations - **Use secure storage** - Credentials are stored securely using Keychain (iOS) and Keystore (Android) - **HTTPS only** - Auth0 requires HTTPS callback URLs (exce
Malicious tool definition detected
} ``` --- ### Custom Login Options ```tsx const login = async () => { await authorize({ scope: 'openid profile email offline_access', audience: 'https://your-api-identifier', connection: 'google-oauth2', // Optional: force specific connection prompt: 'login', // Force re-authentication }); }; ``` --- ## Configuration Options ### Complete Auth0Provider Configuration ```tsx <Auth0Provider domain="your-tenant.auth0.com" clientId="your-client-id" > <App /> </Auth0Provider> ``` ### Complete authorize
Malicious tool definition detected
Tool: references/setup.md Description: # Auth0 React Native Setup Guide Setup instructions for React Native and Expo mobile applications.
Malicious tool definition detected
Tool: SKILL.md Description: --- name: auth0-react-native description: Use when adding authentication to React Native or Expo mobile apps (iOS/Android) with biometric support - integrates react-native-auth0 SDK with native deep linking --- # Auth0 React Native Integration Add authentication to React Native and Expo mobile applications using react-native-auth0.