Skip to content

This repository contains a script for implementing JWT (JSON Web Token) authentication in a React.js application using Firebase Authentication.

Notifications You must be signed in to change notification settings

GenMech/React-JWT-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT Token Authentication with React.js and Firebase

This repository contains a script for implementing JWT (JSON Web Token) authentication in a React.js application using Firebase Authentication.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/GenMech/React-JWT-Auth.git
  2. Install dependencies:

    npm install
  3. 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.

Usage

  1. Run the application:

    npm start
  2. Access the application in your browser at http://localhost:3000.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

This repository contains a script for implementing JWT (JSON Web Token) authentication in a React.js application using Firebase Authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published