Course Information
Course Overview
Authenticate with Access & Refresh Tokens, 2FA, Social Authentication with Google etc.
Welcome to this course where you will learn everything you need to know to secure your React and NodeJS app.
In NodeJS you will learn:
Use NodeJS with Typescript
Use TypeORM with MySQL
Use Access & Refresh Tokens
Use HttpOnly Cookies
Send Emails
Login using 2 Factor Authentication (2FA) with Google Authenticator
Social Authentication using your Google Account
In React you will learn:
Use Typescript
Use React Hooks
Use Redux Toolikt
Create QRCodes
Social Authentication using your Google Account
If these are what you are looking for then this course is for you.
I'm a FullStack Developer with 10+ years of experience. I'm obsessed with clean code and I try my best that my courses have the cleanest code possible.
My teaching style is very straightforward, I will not waste too much time explaining all the ways you can create something or other unnecessary information to increase the length of my lectures. If you want to learn things rapidly then this course is for you.
I also update my courses regularly over time because I don't want them to get outdated. So you can expect more content over time from just one course with better video and audio quality.
If you have any coding problems I will offer my support within 12 hours when you post the question. I'm very active when trying to help my students.
So what are you waiting for, give this course a try and you won't get disappointed.
Course Content
- 6 section(s)
- 38 lecture(s)
- Section 1 Introduction
- Section 2 Node
- Section 3 React
- Section 4 Two Factor Authentication
- Section 5 Google Authentication
- Section 6 Authentication using Bearer Tokens
What You’ll Learn
- Use NodeJS with Typescript
- Use TypeORM with MySQL
- Use Access & Refresh Tokens
- Send Emails
- Login using 2 Factor Authentication (2FA) with Google Authenticator
- Social Authentication using your Google Account
- Use React Hooks
- Use Redux Toolkit
- Create QR Codes
Skills covered in this course
Reviews
-
LLucas Rodrigues Silva
Great course, short videos and straight to the point, just what i was looking for.
-
KKerry OConnor
Code doesn't work, had to lookup errors and correct them. import express from 'express'; const app = express(); const port = 8000 app.use(express.json()); app.get('/', (req, res) => { res.send('Hello World'); }); app.listen(port, () =>{ console.log('Example app listening on port', port) });
-
SSanket Kawale
Learning a lot, very helpful for my knowledge growth.
-
DDickson Udeh Ogbudu
i love the way they instructor handle the course, but where i have problem is the database, is this course in mongoDB? because am more familiar with mongoDB database.