React and Deno.js Authentication, Forgot and Reset Password

React and Deno.js Authentication, Forgot and Reset Password

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 2.5 Hours | 826 MB

Deno APIs, React Hooks, Typescript, MySQL, Migrations, Send Emails

Learn how to authenticate using React and Deno.

In Deno you will learn:

  • Use Typescript
  • Create public and secure routes
  • Connect with MySQL
  • Run Migrations
  • Register Users
  • Generate Jwt Tokens
  • Use HttpOnly Cookies
  • Send Emails

In React you will learn:

  • Use Typescript
  • Create components and routes
  • Consume API calls
  • Use React Hooks

If these are what you are looking for then this course is for you.

What you’ll learn

  • Generate Jwt Token
  • Use HttpOnly Cookies
  • Connect Deno with MySQL
  • Run Migrations with Cotton
  • Reset User Passwords
  • Send Emails
Table of Contents

Introduction
1 Introduction

Deno
2 Installation
3 Router
4 Denon
5 Request Inputs
6 Migrations
7 Register
8 Repository Pattern
9 Validations
10 Generating Jwt Token
11 Auth Helper
12 Middlewares
13 Authenticated User
14 Environment Variables
15 Forgot Password
16 Sending Emails
17 Reset Password
18 Logout
19 CORS

React
20 Installation
21 Template
22 Routes
23 Navigation
24 Register
25 Redirecting
26 Login
27 Authenticated User
28 Logout
29 useEffect Dependencies
30 Forgot Password
31 Reset Password