From the course: React: Securing Applications

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Adding the files and code from Auth0

Adding the files and code from Auth0 - React.js Tutorial

From the course: React: Securing Applications

Start my 1-month free trial

Adding the files and code from Auth0

- [Instructor] So the next thing we need to do is to copy and paste the right files into our current project from what we just downloaded from Auth0. So what we're going to do is first open the login folder. So, this is the actual folder that contains the files that we need. And then, open the secure folder where we have our client and our server, and then, let's click on client. And we're going to need is to go in the source folder, and then copy a few files. So the first few that we need are in the source folder, as well in the login, so let's click on source. And it's the same whether you're on a Mac or Windows. And then, what we're going to do is grab the auth config dot JSON, so this is the file that we need that contains your information. So, we're going to grab this file here. Also, we're going to grab the config, and that's it for this folder. So what you do, you copy those inside of source, like so. Now, we're…

Contents