This is a simple React app that implements authorization via a jsonwebtoken. It sends requests to an Express REST API.
- 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.
If you'd like to contribute, follow these steps:
-
Fork the repository on GitHub.
-
Clone your fork locally.
git clone https://github.com/shravzzv/Authentication-with-React-and-Express cd Authentication-with-React-and-Express -
Create a new branch for your feature or bug fix.
git checkout -b feature-or-bug-fix-name
-
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
-
Open a Pull Request on GitHub, comparing your branch to the original repository's
mainbranch.
Find a bug or want to request a new feature? Please let us know by submitting an issue at the Issue Tracker.
This project is licensed under the MIT License - see the LICENSE file for details.