From the course: React: Securing Applications
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Adding the files and code from Auth0 - React.js Tutorial
From the course: React: Securing Applications
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…
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
-
-
-
-
-
(Locked)
Initial setup of your server6m 59s
-
(Locked)
Create your API endpoints4m 4s
-
(Locked)
Initial Auth0 setup2m 38s
-
(Locked)
Adding the files and code from Auth03m 44s
-
(Locked)
Update index for Auth0 integration4m 2s
-
(Locked)
Add connections to server5m 46s
-
(Locked)
Finalize menu with login5m 54s
-
(Locked)
-
-