This repository contains a script for implementing JWT (JSON Web Token) authentication in a React.js application using Firebase Authentication.
- JWT Token Authentication: Utilizes JSON Web Tokens for user authentication.
- React.js Integration: Integrates seamlessly with React.js for frontend development.
- Firebase Authentication: Utilizes Firebase Authentication service for user management and authentication.
-
Clone the repository:
git clone https://github.com/GenMech/React-JWT-Auth.git
-
Install dependencies:
npm install
-
Set up Firebase:
- Create a Firebase project on the Firebase Console.
- Enable Firebase Authentication and configure your preferred sign-in methods.
- Obtain your Firebase configuration settings.
-
Run the application:
npm start
-
Access the application in your browser at
http://localhost:3000
.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.