This project showcases how to integrate authentication using Auth0. Users can sign in or sign up using Google, GitHub, or email/password authentication with Auth0. Once authorized, it displays user information retrieved from Auth 0.
Clone the repository:
git clone https://github.com/Lalitkumar4/react-auth0-app
Navigate to the project directory:
cd react-auth0-app
Install dependencies:
npm install
Create a .env file in the project's root directory and add the following variables.
VITE_AUTH0_DOMAIN=your_auth0_domain
VITE_AUTH0_CLIENT_ID=your_auth0_client_id
Start the development server:
npm run dev
Open your browser and navigate to http://localhost:3000.
This project is licensed under the MIT License.