From the course: React: Authentication

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Integrating verification tokens

Integrating verification tokens - React.js Tutorial

From the course: React: Authentication

Integrating verification tokens

- [Instructor] All right, so now that we're sending emails, the next thing that we're going to do is we're going to start integrating this idea of verifying a user's email address into our application. Now, a few things I want to point out is if you're starting off with the starting code in the exercise files, you're going to want to replace these emails here with whatever emails you set up in the previous step, right? Don't try and send these with the email addresses that I have here because it just won't work. And the other thing you'll notice from here on is that I have a slightly different email address here than what I showed you previously. I just had some problems with my account with that old email address. Actually, after I stopped recording, I had some problems with my account and I just had to set up a new one so that I could implement all of this and show you how to do it. So those are the only two things I wanted to mention there. Let's jump in now and what we're going to…

Contents