Module 4 Introduction

This is an introduction to the work we'll be doing in Module 4.0.

Project Source Code

Get the project source code below, and follow along with the lesson material.

Download Project Source Code

To set up the project on your local machine, please follow the directions provided in the README.md file. If you run into any issues with running the project source code, then feel free to reach out to the author in the course's Discord channel.

This lesson preview is part of the TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two course and can be unlocked immediately with a \newline Pro subscription or a single-time purchase. Already have access to this course? Log in here.

This video is available to students only
Unlock This Course

Get unlimited access to TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two, plus 70+ \newline books, guides and courses with the \newline Pro subscription.

Thumbnail for the \newline course TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

OAuth is an industry standard protocol that enables applications to gain limited access to user accounts stored on different platforms. If you've ever signed into an application with Facebook, Google, Twitter, that sign-in process was most likely made capable thanks to OAuth. That's right, in this module we'll explain what OAuth 2.0 is, create our OAuth credentials for our Google sign-in, update our GraphQL API to allow sign-in with a Google account, construct the UI of the login page in our client project , run the login and login mutation format client, and finally build the app header to show our user that they're in the login state.