← All projects

jwt-best-practices

by @ipenywis

18

JWT Best Practices React app w/ Express API Server

About this project

React JWT Auth Best Practices Project w/ Express API This Repo has three branches for the different parts of the project (good vs bad practices) As explained on Youtube Video Tutorial: https://youtu.be/FVmxtmzyrSw API REPO: https://github.com/ipenywis/jwt-best-practices-server Branches for Bad & Good Practices master has the best approach with all implementation, same as: jwt-blacklisted branch jwt-bad-approach (Bad JWT Practices - No Session - Storing on Localstorage) jwt-good-approach (Good JWT Practices - No Session - Storing on HTTP-ONLY cookies) jwt-blacklist (Server Session implementation using Redis with Blacklist technique - NOT MUCH CHANGES FOR FRONTEND) Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: yarn start Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.\ You will also see any lint errors in the console. yarn test Launches the test runner in the interactive watch mode.\ See the section about running tests for more information. yarn build

From the project README on GitHub

Stars
18
Forks
10
Last push
16 May 2022

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/jwt-best-practices.svg)](https://www.madeinalgeria.dev/projects/jwt-best-practices)

Related projects