Protecting Routes and Calling Secure APIs in React with Auth0

InstructorTyler Clark

Share this video with your friends

Send Tweet

Authentication and authorization doesn't need to be hard. In this lesson, we're going to use the Auth0 React SDK to add authentication to protect a route. Which means that a user has to be logged in in order to access any content on that page. We'll finish the lesson by sending an access token to an Express API in order to retrieve some data.