From the course: React: Authentication
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Basic project setup - React.js Tutorial
From the course: React: Authentication
Basic project setup
- [Instructor] So now that we know a little bit of the background behind the user authentication, our next step is going to be to put together a full stack react project that actually incorporates these concepts. For this course, instead of setting up our project from scratch, we're going to be using some existing code that I've put together that will make a lot of things easier for us. And this code just contains some basic logic for doing things like connecting to the database, displaying different pages on different routes, et cetera. You know, the stuff that you'd expect from basic project setup. And I'm going to walk you through all of this very briefly. So there's two ways to get this starter code. The first is from the start folder of this courses exercise files. And the second is by cloning the project from my repo on GitHub. I'm going to be using GitHub here, but either way you want to do it is perfectly fine.…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
What is user authentication?6m 27s
-
(Locked)
Basic project setup6m 28s
-
(Locked)
Building a login page8m 54s
-
(Locked)
Building a sign-up page4m 36s
-
(Locked)
Creating private React routes4m 11s
-
JSON Web Token basics9m 22s
-
(Locked)
Adding a sign-up route to the server8m 10s
-
(Locked)
Generating JSON Web Tokens6m 10s
-
(Locked)
Adding a login route to the server6m 59s
-
(Locked)
Implementing JWTs on the front end7m 36s
-
(Locked)
Adding JWTs to sign-up page4m 29s
-
(Locked)
Adding JWTs to login page2m 11s
-
(Locked)
Adding an update user route6m 22s
-
(Locked)
Verifying JSON Web Tokens5m 17s
-
(Locked)
Adding JWTs to the user info page7m 29s
-
(Locked)
Adding logout functionality1m 33s
-
-
-
-
-
-
-