Skip to content

Latest commit

 

History

History

README.md

React Example

This example demonstrates how to use the oauth-fech package to make requests to both public and OAuth-protected resources in a React application.

🚀 Live Demo

👉 Check our live demo: oauth-fetch Playground

📦 Install Dependencies

Install the dependencies using npm:

npm install

⚙️ Configuration

This example already uses a demo application with Auth0, if you want to change with your own, consider changing Auth0Provider props in App.tsx.

npm run dev