React JWT Authentication

Опубликовано: 09 Октябрь 2024
на канале: Scalable Scripts
96,385
1.2k

👉 Check our website: https://scalablescripts.com

Learn how to Login with React and handle JWT Token using HttpOnly Cookies. We will Login using JWT( JSON Web Token ) which is the standard method for SPA Authentications. We will not use the traditional "Bearer method" but instead we will login using HttpOnly cookies which is a more secure authentication.

Source Code: https://github.com/scalablescripts/re...
Auth API: https://github.com/scalablescripts/au...

This video can be combined with other videos:
React and Laravel JWT Authentication:    • React & Laravel JWT Authentication  
React and Django JWT Authentication:    • React & Django JWT Authentication  
React and NodeJS JWT Authentication:    • React & NodeJS JWT Authentication  
React and Golang JWT Authentication:    • React & Golang JWT Authentication  
React and NestJS JWT Authentication:    • React & NestJS JWT Authentication  
React and Deno JWT Authentication:    • React & Deno JWT Authentication  
React and C# JWT Authentication:    • React & C# JWT Authentication | .NET ...  
React and Kotlin JWT Authentication:    • React & Kotlin JWT Authentication | J...  

00:00 Preview
01:40 Prebuilt backend
04:06 Installation
05:15 Template
11:49 Router
15:57 Register
24:05 Login
27:27 Authenticated User
31:31 Logout
36:09 Final Changes

#react #reactjs #javascript