Auth0 React

Deprecated — use the auth0 skill instead (run npx clawhub install auth0). Use when adding Auth0 login, logout, protected routes, or user sessions to a React SPA. Integrates @auth0/auth0-react — use even if the user says "add login to my React app" or "protect my React routes" without naming the SDK.

Install

openclaw skills install @auth0/auth0-react

⚠️ Deprecated — install the replacement skill

Do not use this skill. It has been consolidated into the single auth0 skill, which auto-detects your framework and routes to the same guidance for all Auth0 authentication work (login, logout, route protection, token validation, MFA, and more).

ClawHub does not install the replacement automatically. When you download this outdated skill, install the consolidated one by running:

bash
npx clawhub install auth0

Then use the auth0 skill instead — this one will not be maintained.