Skip to content

Lalitkumar4/react-auth0-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth0 app

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.

Installation

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.

License

This project is licensed under the MIT License.

About

🔑 This project shows how to add authentication in the React app using Auth0.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published