Skip to content

shravzzv/Authentication-with-React-and-Express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Authentication with React and Express

Client deployment

API deployment

Description

This is a simple React app that implements authorization via a jsonwebtoken. It sends requests to an Express REST API.

Features

  • Sign up new users using a username and password.
  • Sign in using username and password.
  • Protected routes in the client.
  • Protected routes in the api.

Technologies Used

My Skills

How to Contribute

If you'd like to contribute, follow these steps:

  1. Fork the repository on GitHub.

  2. Clone your fork locally.

    git clone https://github.com/shravzzv/Authentication-with-React-and-Express
    cd Authentication-with-React-and-Express
  3. Create a new branch for your feature or bug fix.

    git checkout -b feature-or-bug-fix-name
  4. Make your changes, commit them, and push them to your fork.

    git add .
    git commit -m "Your commit message here"
    git push origin feature-or-bug-fix-name
  5. Open a Pull Request on GitHub, comparing your branch to the original repository's main branch.

Issue Tracker

Find a bug or want to request a new feature? Please let us know by submitting an issue at the Issue Tracker.

License

This project is licensed under the MIT License - see the LICENSE file for details.


About

This is a simple React app that implements authorization via a `jsonwebtoken`. It sends requests to an Express REST API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published