Setup & Installation
What This Skill Does
Adds authentication to React single-page applications using the @auth0/auth0-react SDK. Handles login, logout, user sessions, protected routes, and API token management for apps built with Vite or Create React App. Wiring up OAuth redirect flows, token refresh, and session handling by hand is tedious and easy to get wrong; this skill generates the correct Auth0Provider setup, hooks usage, and protected route patterns for your specific React toolchain.
When to use it
- Working with auth0 react functionality
- Implementing auth0 react features
- Debugging auth0 react related issues
