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 @au…

Auth0

@auth0

What This Skill Does

Deprecated skill for adding Auth0 authentication to React SPAs. Integrates @auth0/auth0-react to handle login, logout, protected routes, and user sessions. Do not use — install the consolidated `auth0` skill instead.

Replaces manually wiring Auth0 SDK into React by providing a ready-to-use integration for login, logout, and route protection.

When to Use It

  • Add Auth0 login to a new React single-page application
  • Protect specific React routes so only authenticated users can access them
  • Implement logout functionality that clears the Auth0 session
  • Display the current user's profile information from Auth0
  • Handle token refresh and silent authentication in a React app

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:

npx clawhub install auth0

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

Top skills in this category