React js Login Authentication with JWT Access Token and Axios
React Login Authentication with JWT uses access tokens to authenticate users. You will use Axios and learn how to handle and store JWT access tokens. Also, we will use shadcn ui for our frontend design and express js on the backend.
Timestamps
00:00:00 Intro
00:02:27 Installing Shadcn ui and other packages
00:11:15 Login Signup Design
00:24:27 Backend Express js setup
00:36:43 JWT Setup
00:49:02 Token Validate Middleware
01:02:18 Consuming created api on react
01:15:20 Auth Context Setup
#reactauth #jwtauth #expressjsauth