JSON Web Token (JWT) is a means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS) and/or encrypted using JSON Web Encryption (JWE). In this video you will learn how to perform JWT authentication for .Net core + React app
⭐️ Table of contents ⭐️
00:00:00 Introduction
00:00:34 .NET Core Setup
00:04:47 Database
00:11:53 Migrations
00:16:09 Dependency Injection
00:20:57 Register
00:26:33 Login
00:32:04 Generate JWT
00:40:27 HttpOnly Cookies & CORS
00:45:39 Authenticated User
00:54:41 Logout
00:56:29 React Setup
00:57:38 Template
01:00:07 Navigation
01:08:20 Register
01:16:31 Login
01:19::50 Authenticated User
01:23:37 Logout
☞ Build a React.js application and add Authentication with Auth0
☞ React Passwordless Authentication Tutorial | React, NodeJS, Stytch API
☞ JavaScript for React Developers | Mosh
☞ Learn React - Full Course for Beginners - React Tutorial 2019